Color spaces of #66bbad
RGB | 102 | 187 | 173 |
---|---|---|---|
HSL | 0.47 | 0.38 | 0.57 |
HSV | 170° | 45° | 73° |
CMYK | 0.45 | 0.00 | 0.07 0.27 |
XYZ | 30.7926 | 41.3826 | 45.8999 |
Yxy | 41.3826 | 0.2608 | 0.3505 |
Hunter Lab | 64.3293 | -27.1334 | 2.7262 |
CIE-Lab | 70.4431 | -29.1953 | -0.9219 |
#66bbad color RGB value is (102,187,173).
#66bbad hex color red value is 102, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #66bbad hue: 0.47 , saturation: 0.38 and the lightness value of 66bbad is 0.57.
The process color (four color CMYK) of #66bbad color hex is 0.45, 0.00, 0.07, 0.27. Web safe color of #66bbad is #66cc99. Color #66bbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10111011 | 10101101 |
Octal | 146 | 273 | 255 |
Decimal | 102 | 187 | 173 |
Hex | 66 | BB | AD |
Shades of #66bbad
Tints of #66bbad
RGB Percentages of Color #66bbad
CMYK Percentages of Color #66bbad
Complementary Color
#66bbad | #bb6674 |
#66bbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66bbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#66bbad Color CSS Codes
.mybgcolor {background-color:#66bbad; } .myforecolor {color:#66bbad; } .mybordercolor {border:3px solid #66bbad; }
#66bbad Text Font Color
<p style="color:#66bbad">Text here</p>
This sample text font color is #66bbad
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.
#66bbad Background Color
<div style="background-color:#66bbad">
Div content here</div>
This div background color is #66bbad
#66bbad Border Color
<div style="border:3px solid #66bbad">
Div here</div>
This div border color is #66bbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,187,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66bbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66bbad; -webkit-box-shadow: 1px 1px 3px 2px #66bbad; box-shadow: 1px 1px 3px 2px #66bbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,187,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66bbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66bbad; -webkit-box-shadow: 1px 1px 3px 2px #66bbad; box-shadow: 1px 1px 3px 2px #66bbad;">
Div content here</div>
This div box has shadow with color #66bbad
Comments
No comments written yet.
Please login to write comment.