Color spaces of #66bcee
RGB | 102 | 188 | 238 |
---|---|---|---|
HSL | 0.56 | 0.80 | 0.67 |
HSV | 202° | 57° | 93° |
CMYK | 0.57 | 0.21 | 0.00 0.07 |
XYZ | 38.8953 | 44.9643 | 87.5179 |
Yxy | 44.9643 | 0.2270 | 0.2624 |
Hunter Lab | 67.0554 | -13.8086 | -30.4440 |
CIE-Lab | 72.8684 | -11.8406 | -32.7341 |
#66bcee color RGB value is (102,188,238).
#66bcee hex color red value is 102, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #66bcee hue: 0.56 , saturation: 0.80 and the lightness value of 66bcee is 0.67.
The process color (four color CMYK) of #66bcee color hex is 0.57, 0.21, 0.00, 0.07. Web safe color of #66bcee is #66ccff. Color #66bcee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10111100 | 11101110 |
Octal | 146 | 274 | 356 |
Decimal | 102 | 188 | 238 |
Hex | 66 | BC | EE |
Shades of #66bcee
Tints of #66bcee
RGB Percentages of Color #66bcee
CMYK Percentages of Color #66bcee
Complementary Color
#66bcee | #ee9866 |
#66bcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66bcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#66bcee Color CSS Codes
.mybgcolor {background-color:#66bcee; } .myforecolor {color:#66bcee; } .mybordercolor {border:3px solid #66bcee; }
#66bcee Text Font Color
<p style="color:#66bcee">Text here</p>
This sample text font color is #66bcee
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.
#66bcee Background Color
<div style="background-color:#66bcee">
Div content here</div>
This div background color is #66bcee
#66bcee Border Color
<div style="border:3px solid #66bcee">
Div here</div>
This div border color is #66bcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,188,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66bcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66bcee; -webkit-box-shadow: 1px 1px 3px 2px #66bcee; box-shadow: 1px 1px 3px 2px #66bcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,188,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66bcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66bcee; -webkit-box-shadow: 1px 1px 3px 2px #66bcee; box-shadow: 1px 1px 3px 2px #66bcee;">
Div content here</div>
This div box has shadow with color #66bcee
Comments
No comments written yet.
Please login to write comment.