Color spaces of #aed2aa
RGB | 174 | 210 | 170 |
---|---|---|---|
HSL | 0.32 | 0.31 | 0.75 |
HSV | 114° | 19° | 82° |
CMYK | 0.17 | 0.00 | 0.19 0.18 |
XYZ | 47.7579 | 57.9941 | 46.7071 |
Yxy | 57.9941 | 0.3133 | 0.3804 |
Hunter Lab | 76.1539 | -21.3276 | 16.9436 |
CIE-Lab | 80.7355 | -19.4618 | 15.9496 |
#aed2aa color RGB value is (174,210,170).
#aed2aa hex color red value is 174, green value is 210 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aed2aa hue: 0.32 , saturation: 0.31 and the lightness value of aed2aa is 0.75.
The process color (four color CMYK) of #aed2aa color hex is 0.17, 0.00, 0.19, 0.18. Web safe color of #aed2aa is #99cc99. Color #aed2aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11010010 | 10101010 |
Octal | 256 | 322 | 252 |
Decimal | 174 | 210 | 170 |
Hex | AE | D2 | AA |
Shades of #aed2aa
Tints of #aed2aa
RGB Percentages of Color #aed2aa
CMYK Percentages of Color #aed2aa
Complementary Color
#aed2aa | #ceaad2 |
#aed2aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aed2aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aed2aa Color CSS Codes
.mybgcolor {background-color:#aed2aa; } .myforecolor {color:#aed2aa; } .mybordercolor {border:3px solid #aed2aa; }
#aed2aa Text Font Color
<p style="color:#aed2aa">Text here</p>
This sample text font color is #aed2aa
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.
#aed2aa Background Color
<div style="background-color:#aed2aa">
Div content here</div>
This div background color is #aed2aa
#aed2aa Border Color
<div style="border:3px solid #aed2aa">
Div here</div>
This div border color is #aed2aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,210,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aed2aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aed2aa; -webkit-box-shadow: 1px 1px 3px 2px #aed2aa; box-shadow: 1px 1px 3px 2px #aed2aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,210,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 #aed2aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aed2aa; -webkit-box-shadow: 1px 1px 3px 2px #aed2aa; box-shadow: 1px 1px 3px 2px #aed2aa;">
Div content here</div>
This div box has shadow with color #aed2aa
Comments
No comments written yet.
Please login to write comment.