Color spaces of #afcdaf
RGB | 175 | 205 | 175 |
---|---|---|---|
HSL | 0.33 | 0.23 | 0.75 |
HSV | 120° | 15° | 80° |
CMYK | 0.15 | 0.00 | 0.15 0.20 |
XYZ | 47.2484 | 55.8717 | 48.8515 |
Yxy | 55.8717 | 0.3109 | 0.3676 |
Hunter Lab | 74.7474 | -17.9767 | 13.5739 |
CIE-Lab | 79.5407 | -15.7305 | 11.6158 |
#afcdaf color RGB value is (175,205,175).
#afcdaf hex color red value is 175, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afcdaf hue: 0.33 , saturation: 0.23 and the lightness value of afcdaf is 0.75.
The process color (four color CMYK) of #afcdaf color hex is 0.15, 0.00, 0.15, 0.20. Web safe color of #afcdaf is #99cc99. Color #afcdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001101 | 10101111 |
Octal | 257 | 315 | 257 |
Decimal | 175 | 205 | 175 |
Hex | AF | CD | AF |
Shades of #afcdaf
Tints of #afcdaf
RGB Percentages of Color #afcdaf
CMYK Percentages of Color #afcdaf
Complementary Color
#afcdaf | #cdafcd |
#afcdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcdaf Color CSS Codes
.mybgcolor {background-color:#afcdaf; } .myforecolor {color:#afcdaf; } .mybordercolor {border:3px solid #afcdaf; }
#afcdaf Text Font Color
<p style="color:#afcdaf">Text here</p>
This sample text font color is #afcdaf
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.
#afcdaf Background Color
<div style="background-color:#afcdaf">
Div content here</div>
This div background color is #afcdaf
#afcdaf Border Color
<div style="border:3px solid #afcdaf">
Div here</div>
This div border color is #afcdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcdaf; -webkit-box-shadow: 1px 1px 3px 2px #afcdaf; box-shadow: 1px 1px 3px 2px #afcdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,205,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 #afcdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcdaf; -webkit-box-shadow: 1px 1px 3px 2px #afcdaf; box-shadow: 1px 1px 3px 2px #afcdaf;">
Div content here</div>
This div box has shadow with color #afcdaf
#afcdaf Color Palettes
Comments
No comments written yet.
Please login to write comment.