Color spaces of #aadcae
RGB | 170 | 220 | 174 |
---|---|---|---|
HSL | 0.35 | 0.42 | 0.76 |
HSV | 125° | 23° | 86° |
CMYK | 0.23 | 0.00 | 0.21 0.14 |
XYZ | 49.8107 | 62.7884 | 49.5385 |
Yxy | 62.7884 | 0.3072 | 0.3873 |
Hunter Lab | 79.2391 | -26.4612 | 18.4006 |
CIE-Lab | 83.3309 | -25.0332 | 17.4362 |
#aadcae color RGB value is (170,220,174).
#aadcae hex color red value is 170, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aadcae hue: 0.35 , saturation: 0.42 and the lightness value of aadcae is 0.76.
The process color (four color CMYK) of #aadcae color hex is 0.23, 0.00, 0.21, 0.14. Web safe color of #aadcae is #99cc99. Color #aadcae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011100 | 10101110 |
Octal | 252 | 334 | 256 |
Decimal | 170 | 220 | 174 |
Hex | AA | DC | AE |
Shades of #aadcae
Tints of #aadcae
RGB Percentages of Color #aadcae
CMYK Percentages of Color #aadcae
Complementary Color
#aadcae | #dcaad8 |
#aadcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aadcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aadcae Color CSS Codes
.mybgcolor {background-color:#aadcae; } .myforecolor {color:#aadcae; } .mybordercolor {border:3px solid #aadcae; }
#aadcae Text Font Color
<p style="color:#aadcae">Text here</p>
This sample text font color is #aadcae
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.
#aadcae Background Color
<div style="background-color:#aadcae">
Div content here</div>
This div background color is #aadcae
#aadcae Border Color
<div style="border:3px solid #aadcae">
Div here</div>
This div border color is #aadcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,220,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aadcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aadcae; -webkit-box-shadow: 1px 1px 3px 2px #aadcae; box-shadow: 1px 1px 3px 2px #aadcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,220,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aadcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aadcae; -webkit-box-shadow: 1px 1px 3px 2px #aadcae; box-shadow: 1px 1px 3px 2px #aadcae;">
Div content here</div>
This div box has shadow with color #aadcae
Comments
No comments written yet.
Please login to write comment.