• Logo Sekolah Kami

    SMKN 5 Jember

  • Hasil memotret dengan cara panning

    Panning adalah memotret dengan menggerakkan kamera searah dengan arah gerakan obyek yang ingin dibidik sehingga obyek akan tampak fokus sementara background tampak kabur.

  • Gambar Susunan Pengkabelan Jaringan

    Ini adalah susunan Pengkabelan Straight (Kabel untuk LAN) dan Pengkabelan Cross (Kabel untuk peer to peer)

  • Blogger dan Wordpress

    Blogger dan Wordpress adalah salah satu media pembuatan Web

  • Hacker

    Hacker adalah

  • This is Slide 6 Title - NewBloggerThemes.com

    This is slide 6 description. Go to Edit HTML and find this content. Replace it your own description.

Sabtu, 02 Maret 2013

Posted by Unknown
No comments | 15.33


RGBA supported and browser safari 1.2+, Chorome 1+, Firefox 1.5+, Opera 9+, IE9 Beta.
Contoh Color RGBA
Color Namergb (R,G,B)rgba (R,G,B,a)
RGB1.00.90.80.70.60.50.40.30.20.10.0
blackrgba (0,0,0)
navyrgba (0,0,128)
bluergba (0,0,225)
greenrgba (0,128,0)
tealrgba (0,128,128)
limergba (0,225,0)
aquargba (0,225,225)
maroonrgba (128,0,0)
purplergba (128,0,128)
olivergba(128,128,0)
grayrgba (128,128,128)
silverrgba (192,192,192)
redrgba (255,0,0)
fuchsiargba (255,0,255)
yellowrgba (255,255,0)
whitergba (255,255,255)
Penerapan color rgba
<html>
<style type="text/css">
h1 {
 color: rgba(225,0,0,0.8);
}
</style>
<body>
<h1>TEXT RGBA</h1>
</body>
</html>
  
Hasilnya:

TEXT RGBA


Contoh:
Background rgba
<html>
<head>
<style type="text/css">
#rgba {
 width:auto;
 height: 150px;
 margin:10px;
 background: #DCFE3D;
}
#rgba1 {
 width:300px;
 height: 150px;
 float:left;
 background: rgba(0,0,0,0.3);
 text-shadow: 2px 0px 2px rgba(0,0,0,0.5);
}
#rgba2 {
 width:450px;
 height: 150px;
 float:left;
 left: -50px;
 position:relative;
 background:rgba(0,0,0,0.7);
 border-radius: 0px 30px 30px 0px;
 color: #fff;
}
</style>
</head>

<body>
<div id="rgba">
 <div id="rgba_1">
  <h1>RGBA COLORS</h1>
 </div>
 <div id="rgba2">
  <p>rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance rgba color transparance</p>
 </div>
</div>
</body>
</html>

0 komentar:

Posting Komentar

Blogroll

About