Color spaces of #66e1eb
RGB | 102 | 225 | 235 |
---|---|---|---|
HSL | 0.51 | 0.77 | 0.66 |
HSV | 185° | 57° | 92° |
CMYK | 0.57 | 0.04 | 0.00 0.08 |
XYZ | 47.4001 | 62.6734 | 88.1962 |
Yxy | 62.6734 | 0.2391 | 0.3161 |
Hunter Lab | 79.1665 | -31.6665 | -10.6360 |
CIE-Lab | 83.2702 | -31.3825 | -15.2790 |
#66e1eb color RGB value is (102,225,235).
#66e1eb hex color red value is 102, green value is 225 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #66e1eb hue: 0.51 , saturation: 0.77 and the lightness value of 66e1eb is 0.66.
The process color (four color CMYK) of #66e1eb color hex is 0.57, 0.04, 0.00, 0.08. Web safe color of #66e1eb is #66ccff. Color #66e1eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 11100001 | 11101011 |
Octal | 146 | 341 | 353 |
Decimal | 102 | 225 | 235 |
Hex | 66 | E1 | EB |
Shades of #66e1eb
Tints of #66e1eb
RGB Percentages of Color #66e1eb
CMYK Percentages of Color #66e1eb
Complementary Color
#66e1eb | #eb7066 |
#66e1eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66e1eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#66e1eb Color CSS Codes
.mybgcolor {background-color:#66e1eb; } .myforecolor {color:#66e1eb; } .mybordercolor {border:3px solid #66e1eb; }
#66e1eb Text Font Color
<p style="color:#66e1eb">Text here</p>
This sample text font color is #66e1eb
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.
#66e1eb Background Color
<div style="background-color:#66e1eb">
Div content here</div>
This div background color is #66e1eb
#66e1eb Border Color
<div style="border:3px solid #66e1eb">
Div here</div>
This div border color is #66e1eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,225,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66e1eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66e1eb; -webkit-box-shadow: 1px 1px 3px 2px #66e1eb; box-shadow: 1px 1px 3px 2px #66e1eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,225,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66e1eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66e1eb; -webkit-box-shadow: 1px 1px 3px 2px #66e1eb; box-shadow: 1px 1px 3px 2px #66e1eb;">
Div content here</div>
This div box has shadow with color #66e1eb
Comments
No comments written yet.
Please login to write comment.