Color spaces of #a6eeef
RGB | 166 | 238 | 239 |
---|---|---|---|
HSL | 0.50 | 0.70 | 0.79 |
HSV | 181° | 31° | 94° |
CMYK | 0.31 | 0.00 | 0.00 0.06 |
XYZ | 61.8804 | 75.4881 | 92.9706 |
Yxy | 75.4881 | 0.2686 | 0.3277 |
Hunter Lab | 86.8839 | -24.9156 | -2.6249 |
CIE-Lab | 89.6211 | -21.9107 | -7.6344 |
#a6eeef color RGB value is (166,238,239).
#a6eeef hex color red value is 166, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6eeef hue: 0.50 , saturation: 0.70 and the lightness value of a6eeef is 0.79.
The process color (four color CMYK) of #a6eeef color hex is 0.31, 0.00, 0.00, 0.06. Web safe color of #a6eeef is #99ffff. Color #a6eeef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 11101110 | 11101111 |
Octal | 246 | 356 | 357 |
Decimal | 166 | 238 | 239 |
Hex | A6 | EE | EF |
Shades of #a6eeef
Tints of #a6eeef
RGB Percentages of Color #a6eeef
CMYK Percentages of Color #a6eeef
Complementary Color
#a6eeef | #efa7a6 |
#a6eeef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a6eeef Color Preview on White Background
Lorem ipsum dolor sit amet.
#a6eeef Color CSS Codes
.mybgcolor {background-color:#a6eeef; } .myforecolor {color:#a6eeef; } .mybordercolor {border:3px solid #a6eeef; }
#a6eeef Text Font Color
<p style="color:#a6eeef">Text here</p>
This sample text font color is #a6eeef
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.
#a6eeef Background Color
<div style="background-color:#a6eeef">
Div content here</div>
This div background color is #a6eeef
#a6eeef Border Color
<div style="border:3px solid #a6eeef">
Div here</div>
This div border color is #a6eeef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,238,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a6eeef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a6eeef; -webkit-box-shadow: 1px 1px 3px 2px #a6eeef; box-shadow: 1px 1px 3px 2px #a6eeef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,238,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 #a6eeef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a6eeef; -webkit-box-shadow: 1px 1px 3px 2px #a6eeef; box-shadow: 1px 1px 3px 2px #a6eeef;">
Div content here</div>
This div box has shadow with color #a6eeef
Comments
No comments written yet.
Please login to write comment.