Color spaces of #66badd
RGB | 102 | 186 | 221 |
---|---|---|---|
HSL | 0.55 | 0.64 | 0.63 |
HSV | 198° | 54° | 87° |
CMYK | 0.54 | 0.16 | 0.00 0.13 |
XYZ | 36.0895 | 43.1630 | 74.8358 |
Yxy | 43.1630 | 0.2342 | 0.2801 |
Hunter Lab | 65.6986 | -16.9189 | -21.5470 |
CIE-Lab | 71.6655 | -15.8054 | -25.3534 |
#66badd color RGB value is (102,186,221).
#66badd hex color red value is 102, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #66badd hue: 0.55 , saturation: 0.64 and the lightness value of 66badd is 0.63.
The process color (four color CMYK) of #66badd color hex is 0.54, 0.16, 0.00, 0.13. Web safe color of #66badd is #66cccc. Color #66badd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10111010 | 11011101 |
Octal | 146 | 272 | 335 |
Decimal | 102 | 186 | 221 |
Hex | 66 | BA | DD |
Shades of #66badd
Tints of #66badd
RGB Percentages of Color #66badd
CMYK Percentages of Color #66badd
Complementary Color
#66badd | #dd8966 |
#66badd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66badd Color Preview on White Background
Lorem ipsum dolor sit amet.
#66badd Color CSS Codes
.mybgcolor {background-color:#66badd; } .myforecolor {color:#66badd; } .mybordercolor {border:3px solid #66badd; }
#66badd Text Font Color
<p style="color:#66badd">Text here</p>
This sample text font color is #66badd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#66badd Background Color
<div style="background-color:#66badd">
Div content here</div>
This div background color is #66badd
#66badd Border Color
<div style="border:3px solid #66badd">
Div here</div>
This div border color is #66badd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,186,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66badd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66badd; -webkit-box-shadow: 1px 1px 3px 2px #66badd; box-shadow: 1px 1px 3px 2px #66badd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,186,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66badd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66badd; -webkit-box-shadow: 1px 1px 3px 2px #66badd; box-shadow: 1px 1px 3px 2px #66badd;">
Div content here</div>
This div box has shadow with color #66badd
Comments
No comments written yet.
Please login to write comment.