Color spaces of #66befe
RGB | 102 | 190 | 254 |
---|---|---|---|
HSL | 0.57 | 0.99 | 0.70 |
HSV | 205° | 60° | 100° |
CMYK | 0.60 | 0.25 | 0.00 0.00 |
XYZ | 41.7823 | 46.8074 | 100.5985 |
Yxy | 46.8074 | 0.2209 | 0.2474 |
Hunter Lab | 68.4159 | -10.7161 | -39.2886 |
CIE-Lab | 74.0664 | -8.0384 | -39.5063 |
#66befe color RGB value is (102,190,254).
#66befe hex color red value is 102, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #66befe hue: 0.57 , saturation: 0.99 and the lightness value of 66befe is 0.70.
The process color (four color CMYK) of #66befe color hex is 0.60, 0.25, 0.00, 0.00. Web safe color of #66befe is #66ccff. Color #66befe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10111110 | 11111110 |
Octal | 146 | 276 | 376 |
Decimal | 102 | 190 | 254 |
Hex | 66 | BE | FE |
Shades of #66befe
Tints of #66befe
RGB Percentages of Color #66befe
CMYK Percentages of Color #66befe
Complementary Color
#66befe | #fea666 |
#66befe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66befe Color Preview on White Background
Lorem ipsum dolor sit amet.
#66befe Color CSS Codes
.mybgcolor {background-color:#66befe; } .myforecolor {color:#66befe; } .mybordercolor {border:3px solid #66befe; }
#66befe Text Font Color
<p style="color:#66befe">Text here</p>
This sample text font color is #66befe
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.
#66befe Background Color
<div style="background-color:#66befe">
Div content here</div>
This div background color is #66befe
#66befe Border Color
<div style="border:3px solid #66befe">
Div here</div>
This div border color is #66befe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,190,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66befe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66befe; -webkit-box-shadow: 1px 1px 3px 2px #66befe; box-shadow: 1px 1px 3px 2px #66befe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,190,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66befe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66befe; -webkit-box-shadow: 1px 1px 3px 2px #66befe; box-shadow: 1px 1px 3px 2px #66befe;">
Div content here</div>
This div box has shadow with color #66befe
Comments
No comments written yet.
Please login to write comment.