Color spaces of #a8cdaa
RGB | 168 | 205 | 170 |
---|---|---|---|
HSL | 0.34 | 0.27 | 0.73 |
HSV | 123° | 18° | 80° |
CMYK | 0.18 | 0.00 | 0.17 0.20 |
XYZ | 45.2355 | 54.8898 | 46.2408 |
Yxy | 54.8898 | 0.3091 | 0.3750 |
Hunter Lab | 74.0877 | -20.6671 | 14.8563 |
CIE-Lab | 78.9777 | -19.0103 | 13.4226 |
#a8cdaa color RGB value is (168,205,170).
#a8cdaa hex color red value is 168, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a8cdaa hue: 0.34 , saturation: 0.27 and the lightness value of a8cdaa is 0.73.
The process color (four color CMYK) of #a8cdaa color hex is 0.18, 0.00, 0.17, 0.20. Web safe color of #a8cdaa is #99cc99. Color #a8cdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11001101 | 10101010 |
Octal | 250 | 315 | 252 |
Decimal | 168 | 205 | 170 |
Hex | A8 | CD | AA |
Shades of #a8cdaa
Tints of #a8cdaa
RGB Percentages of Color #a8cdaa
CMYK Percentages of Color #a8cdaa
Complementary Color
#a8cdaa | #cda8cb |
#a8cdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8cdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8cdaa Color CSS Codes
.mybgcolor {background-color:#a8cdaa; } .myforecolor {color:#a8cdaa; } .mybordercolor {border:3px solid #a8cdaa; }
#a8cdaa Text Font Color
<p style="color:#a8cdaa">Text here</p>
This sample text font color is #a8cdaa
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.
#a8cdaa Background Color
<div style="background-color:#a8cdaa">
Div content here</div>
This div background color is #a8cdaa
#a8cdaa Border Color
<div style="border:3px solid #a8cdaa">
Div here</div>
This div border color is #a8cdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,205,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8cdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8cdaa; -webkit-box-shadow: 1px 1px 3px 2px #a8cdaa; box-shadow: 1px 1px 3px 2px #a8cdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,205,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8cdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8cdaa; -webkit-box-shadow: 1px 1px 3px 2px #a8cdaa; box-shadow: 1px 1px 3px 2px #a8cdaa;">
Div content here</div>
This div box has shadow with color #a8cdaa
Comments
No comments written yet.
Please login to write comment.