Color spaces of #a9edec
RGB | 169 | 237 | 236 |
---|---|---|---|
HSL | 0.50 | 0.65 | 0.80 |
HSV | 179° | 29° | 93° |
CMYK | 0.29 | 0.00 | 0.00 0.07 |
XYZ | 61.7867 | 75.0595 | 90.5883 |
Yxy | 75.0595 | 0.2717 | 0.3300 |
Hunter Lab | 86.6369 | -24.3140 | -1.3483 |
CIE-Lab | 89.4209 | -21.2663 | -6.3450 |
#a9edec color RGB value is (169,237,236).
#a9edec hex color red value is 169, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a9edec hue: 0.50 , saturation: 0.65 and the lightness value of a9edec is 0.80.
The process color (four color CMYK) of #a9edec color hex is 0.29, 0.00, 0.00, 0.07. Web safe color of #a9edec is #99ffff. Color #a9edec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11101101 | 11101100 |
Octal | 251 | 355 | 354 |
Decimal | 169 | 237 | 236 |
Hex | A9 | ED | EC |
Shades of #a9edec
Tints of #a9edec
RGB Percentages of Color #a9edec
CMYK Percentages of Color #a9edec
Complementary Color
#a9edec | #eda9aa |
#a9edec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9edec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9edec Color CSS Codes
.mybgcolor {background-color:#a9edec; } .myforecolor {color:#a9edec; } .mybordercolor {border:3px solid #a9edec; }
#a9edec Text Font Color
<p style="color:#a9edec">Text here</p>
This sample text font color is #a9edec
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.
#a9edec Background Color
<div style="background-color:#a9edec">
Div content here</div>
This div background color is #a9edec
#a9edec Border Color
<div style="border:3px solid #a9edec">
Div here</div>
This div border color is #a9edec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,237,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9edec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9edec; -webkit-box-shadow: 1px 1px 3px 2px #a9edec; box-shadow: 1px 1px 3px 2px #a9edec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,237,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9edec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9edec; -webkit-box-shadow: 1px 1px 3px 2px #a9edec; box-shadow: 1px 1px 3px 2px #a9edec;">
Div content here</div>
This div box has shadow with color #a9edec
Comments
No comments written yet.
Please login to write comment.