Color spaces of #afdeaa
RGB | 175 | 222 | 170 |
---|---|---|---|
HSL | 0.32 | 0.44 | 0.77 |
HSV | 114° | 23° | 87° |
CMYK | 0.21 | 0.00 | 0.23 0.13 |
XYZ | 51.0562 | 64.2588 | 47.7425 |
Yxy | 64.2588 | 0.3131 | 0.3941 |
Hunter Lab | 80.1616 | -26.5933 | 20.8013 |
CIE-Lab | 84.1003 | -25.0174 | 20.6446 |
#afdeaa color RGB value is (175,222,170).
#afdeaa hex color red value is 175, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afdeaa hue: 0.32 , saturation: 0.44 and the lightness value of afdeaa is 0.77.
The process color (four color CMYK) of #afdeaa color hex is 0.21, 0.00, 0.23, 0.13. Web safe color of #afdeaa is #99cc99. Color #afdeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011110 | 10101010 |
Octal | 257 | 336 | 252 |
Decimal | 175 | 222 | 170 |
Hex | AF | DE | AA |
Shades of #afdeaa
Tints of #afdeaa
RGB Percentages of Color #afdeaa
CMYK Percentages of Color #afdeaa
Complementary Color
#afdeaa | #d9aade |
#afdeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdeaa Color CSS Codes
.mybgcolor {background-color:#afdeaa; } .myforecolor {color:#afdeaa; } .mybordercolor {border:3px solid #afdeaa; }
#afdeaa Text Font Color
<p style="color:#afdeaa">Text here</p>
This sample text font color is #afdeaa
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.
#afdeaa Background Color
<div style="background-color:#afdeaa">
Div content here</div>
This div background color is #afdeaa
#afdeaa Border Color
<div style="border:3px solid #afdeaa">
Div here</div>
This div border color is #afdeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,222,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdeaa; -webkit-box-shadow: 1px 1px 3px 2px #afdeaa; box-shadow: 1px 1px 3px 2px #afdeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,222,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 #afdeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdeaa; -webkit-box-shadow: 1px 1px 3px 2px #afdeaa; box-shadow: 1px 1px 3px 2px #afdeaa;">
Div content here</div>
This div box has shadow with color #afdeaa
Comments
No comments written yet.
Please login to write comment.