Color spaces of #a9ebcf
RGB | 169 | 235 | 207 |
---|---|---|---|
HSL | 0.43 | 0.62 | 0.79 |
HSV | 155° | 28° | 92° |
CMYK | 0.28 | 0.00 | 0.12 0.08 |
XYZ | 57.3330 | 72.3567 | 69.9759 |
Yxy | 72.3567 | 0.2871 | 0.3624 |
Hunter Lab | 85.0627 | -28.5493 | 10.7697 |
CIE-Lab | 88.1400 | -26.4130 | 6.9575 |
#a9ebcf color RGB value is (169,235,207).
#a9ebcf hex color red value is 169, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a9ebcf hue: 0.43 , saturation: 0.62 and the lightness value of a9ebcf is 0.79.
The process color (four color CMYK) of #a9ebcf color hex is 0.28, 0.00, 0.12, 0.08. Web safe color of #a9ebcf is #99ffcc. Color #a9ebcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 11101011 | 11001111 |
Octal | 251 | 353 | 317 |
Decimal | 169 | 235 | 207 |
Hex | A9 | EB | CF |
Shades of #a9ebcf
Tints of #a9ebcf
RGB Percentages of Color #a9ebcf
CMYK Percentages of Color #a9ebcf
Complementary Color
#a9ebcf | #eba9c5 |
#a9ebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9ebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9ebcf Color CSS Codes
.mybgcolor {background-color:#a9ebcf; } .myforecolor {color:#a9ebcf; } .mybordercolor {border:3px solid #a9ebcf; }
#a9ebcf Text Font Color
<p style="color:#a9ebcf">Text here</p>
This sample text font color is #a9ebcf
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.
#a9ebcf Background Color
<div style="background-color:#a9ebcf">
Div content here</div>
This div background color is #a9ebcf
#a9ebcf Border Color
<div style="border:3px solid #a9ebcf">
Div here</div>
This div border color is #a9ebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9ebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9ebcf; -webkit-box-shadow: 1px 1px 3px 2px #a9ebcf; box-shadow: 1px 1px 3px 2px #a9ebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9ebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9ebcf; -webkit-box-shadow: 1px 1px 3px 2px #a9ebcf; box-shadow: 1px 1px 3px 2px #a9ebcf;">
Div content here</div>
This div box has shadow with color #a9ebcf
Comments
No comments written yet.
Please login to write comment.