Color spaces of #afcaaf
RGB | 175 | 202 | 175 |
---|---|---|---|
HSL | 0.33 | 0.20 | 0.74 |
HSV | 120° | 13° | 79° |
CMYK | 0.13 | 0.00 | 0.13 0.21 |
XYZ | 46.5376 | 54.4502 | 48.6146 |
Yxy | 54.4502 | 0.3111 | 0.3640 |
Hunter Lab | 73.7904 | -16.5580 | 12.5918 |
CIE-Lab | 78.7235 | -14.2042 | 10.4546 |
#afcaaf color RGB value is (175,202,175).
#afcaaf hex color red value is 175, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afcaaf hue: 0.33 , saturation: 0.20 and the lightness value of afcaaf is 0.74.
The process color (four color CMYK) of #afcaaf color hex is 0.13, 0.00, 0.13, 0.21. Web safe color of #afcaaf is #99cc99. Color #afcaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001010 | 10101111 |
Octal | 257 | 312 | 257 |
Decimal | 175 | 202 | 175 |
Hex | AF | CA | AF |
Shades of #afcaaf
Tints of #afcaaf
RGB Percentages of Color #afcaaf
CMYK Percentages of Color #afcaaf
Complementary Color
#afcaaf | #caafca |
#afcaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcaaf Color CSS Codes
.mybgcolor {background-color:#afcaaf; } .myforecolor {color:#afcaaf; } .mybordercolor {border:3px solid #afcaaf; }
#afcaaf Text Font Color
<p style="color:#afcaaf">Text here</p>
This sample text font color is #afcaaf
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.
#afcaaf Background Color
<div style="background-color:#afcaaf">
Div content here</div>
This div background color is #afcaaf
#afcaaf Border Color
<div style="border:3px solid #afcaaf">
Div here</div>
This div border color is #afcaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,202,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcaaf; -webkit-box-shadow: 1px 1px 3px 2px #afcaaf; box-shadow: 1px 1px 3px 2px #afcaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,202,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afcaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcaaf; -webkit-box-shadow: 1px 1px 3px 2px #afcaaf; box-shadow: 1px 1px 3px 2px #afcaaf;">
Div content here</div>
This div box has shadow with color #afcaaf
Comments
No comments written yet.
Please login to write comment.