Color spaces of #66ccef
RGB | 102 | 204 | 239 |
---|---|---|---|
HSL | 0.54 | 0.81 | 0.67 |
HSV | 195° | 57° | 94° |
CMYK | 0.57 | 0.15 | 0.00 0.06 |
XYZ | 42.6523 | 52.2425 | 89.4972 |
Yxy | 52.2425 | 0.2313 | 0.2833 |
Hunter Lab | 72.2790 | -21.1542 | -22.8187 |
CIE-Lab | 77.4256 | -19.8971 | -26.2682 |
#66ccef color RGB value is (102,204,239).
#66ccef hex color red value is 102, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #66ccef hue: 0.54 , saturation: 0.81 and the lightness value of 66ccef is 0.67.
The process color (four color CMYK) of #66ccef color hex is 0.57, 0.15, 0.00, 0.06. Web safe color of #66ccef is #66ccff. Color #66ccef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 11001100 | 11101111 |
Octal | 146 | 314 | 357 |
Decimal | 102 | 204 | 239 |
Hex | 66 | CC | EF |
Shades of #66ccef
Tints of #66ccef
RGB Percentages of Color #66ccef
CMYK Percentages of Color #66ccef
Complementary Color
#66ccef | #ef8966 |
#66ccef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66ccef Color Preview on White Background
Lorem ipsum dolor sit amet.
#66ccef Color CSS Codes
.mybgcolor {background-color:#66ccef; } .myforecolor {color:#66ccef; } .mybordercolor {border:3px solid #66ccef; }
#66ccef Text Font Color
<p style="color:#66ccef">Text here</p>
This sample text font color is #66ccef
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.
#66ccef Background Color
<div style="background-color:#66ccef">
Div content here</div>
This div background color is #66ccef
#66ccef Border Color
<div style="border:3px solid #66ccef">
Div here</div>
This div border color is #66ccef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,204,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66ccef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66ccef; -webkit-box-shadow: 1px 1px 3px 2px #66ccef; box-shadow: 1px 1px 3px 2px #66ccef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,204,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66ccef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66ccef; -webkit-box-shadow: 1px 1px 3px 2px #66ccef; box-shadow: 1px 1px 3px 2px #66ccef;">
Div content here</div>
This div box has shadow with color #66ccef
Comments
No comments written yet.
Please login to write comment.