Color spaces of #66ffff
RGB | 102 | 255 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.70 |
HSV | 180° | 60° | 100° |
CMYK | 0.60 | 0.00 | 0.00 0.00 |
XYZ | 59.2895 | 81.5648 | 107.2264 |
Yxy | 81.5648 | 0.2390 | 0.3288 |
Hunter Lab | 90.3132 | -40.8652 | -7.1741 |
CIE-Lab | 92.3824 | -39.9474 | -12.1142 |
#66ffff color RGB value is (102,255,255). This hex color code is also a web safe color which is equal to #6FF.
#66ffff hex color red value is 102, green value is 255 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #66ffff hue: 0.50 , saturation: 1.00 and the lightness value of 66ffff is 0.70.
The process color (four color CMYK) of #66ffff color hex is 0.60, 0.00, 0.00, 0.00. Web safe color of #66ffff is #66ffff. Color #66ffff contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 11111111 | 11111111 |
Octal | 146 | 377 | 377 |
Decimal | 102 | 255 | 255 |
Hex | 66 | FF | FF |
Shades of #66ffff
Tints of #66ffff
RGB Percentages of Color #66ffff
CMYK Percentages of Color #66ffff
Complementary Color
#66ffff | #ff6666 |
#66ffff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66ffff Color Preview on White Background
Lorem ipsum dolor sit amet.
#66ffff Color CSS Codes
.mybgcolor {background-color:#66ffff; } .myforecolor {color:#66ffff; } .mybordercolor {border:3px solid #66ffff; }
#66ffff Text Font Color
<p style="color:#66ffff">Text here</p>
This sample text font color is #66ffff
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.
#66ffff Background Color
<div style="background-color:#66ffff">
Div content here</div>
This div background color is #66ffff
#66ffff Border Color
<div style="border:3px solid #66ffff">
Div here</div>
This div border color is #66ffff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,255,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66ffff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66ffff; -webkit-box-shadow: 1px 1px 3px 2px #66ffff; box-shadow: 1px 1px 3px 2px #66ffff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,255,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 #66ffff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66ffff; -webkit-box-shadow: 1px 1px 3px 2px #66ffff; box-shadow: 1px 1px 3px 2px #66ffff;">
Div content here</div>
This div box has shadow with color #66ffff
#66ffff Color Palettes
Comments
No comments written yet.
Please login to write comment.