Color spaces of #66acef
RGB | 102 | 172 | 239 |
---|---|---|---|
HSL | 0.58 | 0.81 | 0.67 |
HSV | 209° | 57° | 94° |
CMYK | 0.57 | 0.28 | 0.00 0.06 |
XYZ | 35.8120 | 38.5618 | 87.2170 |
Yxy | 38.5618 | 0.2216 | 0.2386 |
Hunter Lab | 62.0981 | -5.7308 | -39.8042 |
CIE-Lab | 68.4327 | -2.8012 | -40.1686 |
#66acef color RGB value is (102,172,239).
#66acef hex color red value is 102, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #66acef hue: 0.58 , saturation: 0.81 and the lightness value of 66acef is 0.67.
The process color (four color CMYK) of #66acef color hex is 0.57, 0.28, 0.00, 0.06. Web safe color of #66acef is #6699ff. Color #66acef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10101100 | 11101111 |
Octal | 146 | 254 | 357 |
Decimal | 102 | 172 | 239 |
Hex | 66 | AC | EF |
Shades of #66acef
Tints of #66acef
RGB Percentages of Color #66acef
CMYK Percentages of Color #66acef
Complementary Color
#66acef | #efa966 |
#66acef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66acef Color Preview on White Background
Lorem ipsum dolor sit amet.
#66acef Color CSS Codes
.mybgcolor {background-color:#66acef; } .myforecolor {color:#66acef; } .mybordercolor {border:3px solid #66acef; }
#66acef Text Font Color
<p style="color:#66acef">Text here</p>
This sample text font color is #66acef
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.
#66acef Background Color
<div style="background-color:#66acef">
Div content here</div>
This div background color is #66acef
#66acef Border Color
<div style="border:3px solid #66acef">
Div here</div>
This div border color is #66acef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,172,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66acef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66acef; -webkit-box-shadow: 1px 1px 3px 2px #66acef; box-shadow: 1px 1px 3px 2px #66acef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,172,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66acef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66acef; -webkit-box-shadow: 1px 1px 3px 2px #66acef; box-shadow: 1px 1px 3px 2px #66acef;">
Div content here</div>
This div box has shadow with color #66acef
Comments
No comments written yet.
Please login to write comment.