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