Color spaces of #66d1ff
RGB | 102 | 209 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.70 |
HSV | 198° | 60° | 100° |
CMYK | 0.60 | 0.18 | 0.00 0.00 |
XYZ | 46.3300 | 55.6457 | 102.9066 |
Yxy | 55.6457 | 0.2261 | 0.2716 |
Hunter Lab | 74.5960 | -19.6806 | -29.5744 |
CIE-Lab | 79.4117 | -17.7576 | -31.7687 |
#66d1ff color RGB value is (102,209,255).
#66d1ff hex color red value is 102, green value is 209 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #66d1ff hue: 0.55 , saturation: 1.00 and the lightness value of 66d1ff is 0.70.
The process color (four color CMYK) of #66d1ff color hex is 0.60, 0.18, 0.00, 0.00. Web safe color of #66d1ff is #66ccff. Color #66d1ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 11010001 | 11111111 |
Octal | 146 | 321 | 377 |
Decimal | 102 | 209 | 255 |
Hex | 66 | D1 | FF |
Shades of #66d1ff
Tints of #66d1ff
RGB Percentages of Color #66d1ff
CMYK Percentages of Color #66d1ff
Complementary Color
#66d1ff | #ff9466 |
#66d1ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66d1ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#66d1ff Color CSS Codes
.mybgcolor {background-color:#66d1ff; } .myforecolor {color:#66d1ff; } .mybordercolor {border:3px solid #66d1ff; }
#66d1ff Text Font Color
<p style="color:#66d1ff">Text here</p>
This sample text font color is #66d1ff
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.
#66d1ff Background Color
<div style="background-color:#66d1ff">
Div content here</div>
This div background color is #66d1ff
#66d1ff Border Color
<div style="border:3px solid #66d1ff">
Div here</div>
This div border color is #66d1ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,209,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66d1ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66d1ff; -webkit-box-shadow: 1px 1px 3px 2px #66d1ff; box-shadow: 1px 1px 3px 2px #66d1ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,209,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66d1ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66d1ff; -webkit-box-shadow: 1px 1px 3px 2px #66d1ff; box-shadow: 1px 1px 3px 2px #66d1ff;">
Div content here</div>
This div box has shadow with color #66d1ff
#66d1ff Color Palettes
Comments
No comments written yet.
Please login to write comment.