Color spaces of #afdcaa
RGB | 175 | 220 | 170 |
---|---|---|---|
HSL | 0.32 | 0.42 | 0.76 |
HSV | 114° | 23° | 86° |
CMYK | 0.20 | 0.00 | 0.23 0.14 |
XYZ | 50.5281 | 63.2026 | 47.5664 |
Yxy | 63.2026 | 0.3133 | 0.3918 |
Hunter Lab | 79.5001 | -25.6753 | 20.1757 |
CIE-Lab | 83.5489 | -24.0466 | 19.8808 |
#afdcaa color RGB value is (175,220,170).
#afdcaa hex color red value is 175, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afdcaa hue: 0.32 , saturation: 0.42 and the lightness value of afdcaa is 0.76.
The process color (four color CMYK) of #afdcaa color hex is 0.20, 0.00, 0.23, 0.14. Web safe color of #afdcaa is #99cc99. Color #afdcaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011100 | 10101010 |
Octal | 257 | 334 | 252 |
Decimal | 175 | 220 | 170 |
Hex | AF | DC | AA |
Shades of #afdcaa
Tints of #afdcaa
RGB Percentages of Color #afdcaa
CMYK Percentages of Color #afdcaa
Complementary Color
#afdcaa | #d7aadc |
#afdcaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdcaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdcaa Color CSS Codes
.mybgcolor {background-color:#afdcaa; } .myforecolor {color:#afdcaa; } .mybordercolor {border:3px solid #afdcaa; }
#afdcaa Text Font Color
<p style="color:#afdcaa">Text here</p>
This sample text font color is #afdcaa
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.
#afdcaa Background Color
<div style="background-color:#afdcaa">
Div content here</div>
This div background color is #afdcaa
#afdcaa Border Color
<div style="border:3px solid #afdcaa">
Div here</div>
This div border color is #afdcaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,220,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdcaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdcaa; -webkit-box-shadow: 1px 1px 3px 2px #afdcaa; box-shadow: 1px 1px 3px 2px #afdcaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,220,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 #afdcaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdcaa; -webkit-box-shadow: 1px 1px 3px 2px #afdcaa; box-shadow: 1px 1px 3px 2px #afdcaa;">
Div content here</div>
This div box has shadow with color #afdcaa
Comments
No comments written yet.
Please login to write comment.