Color spaces of #afbcac
RGB | 175 | 188 | 172 |
---|---|---|---|
HSL | 0.30 | 0.11 | 0.71 |
HSV | 109° | 9° | 74° |
CMYK | 0.07 | 0.00 | 0.09 0.26 |
XYZ | 43.1088 | 48.0590 | 46.0340 |
Yxy | 48.0590 | 0.3142 | 0.3503 |
Hunter Lab | 69.3246 | -10.3196 | 9.1565 |
CIE-Lab | 74.8621 | -7.4868 | 6.5512 |
#afbcac color RGB value is (175,188,172).
#afbcac hex color red value is 175, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afbcac hue: 0.30 , saturation: 0.11 and the lightness value of afbcac is 0.71.
The process color (four color CMYK) of #afbcac color hex is 0.07, 0.00, 0.09, 0.26. Web safe color of #afbcac is #99cc99. Color #afbcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111100 | 10101100 |
Octal | 257 | 274 | 254 |
Decimal | 175 | 188 | 172 |
Hex | AF | BC | AC |
Shades of #afbcac
Tints of #afbcac
RGB Percentages of Color #afbcac
CMYK Percentages of Color #afbcac
Complementary Color
#afbcac | #b9acbc |
#afbcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbcac Color CSS Codes
.mybgcolor {background-color:#afbcac; } .myforecolor {color:#afbcac; } .mybordercolor {border:3px solid #afbcac; }
#afbcac Text Font Color
<p style="color:#afbcac">Text here</p>
This sample text font color is #afbcac
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.
#afbcac Background Color
<div style="background-color:#afbcac">
Div content here</div>
This div background color is #afbcac
#afbcac Border Color
<div style="border:3px solid #afbcac">
Div here</div>
This div border color is #afbcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,188,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbcac; -webkit-box-shadow: 1px 1px 3px 2px #afbcac; box-shadow: 1px 1px 3px 2px #afbcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,188,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbcac; -webkit-box-shadow: 1px 1px 3px 2px #afbcac; box-shadow: 1px 1px 3px 2px #afbcac;">
Div content here</div>
This div box has shadow with color #afbcac
Comments
No comments written yet.
Please login to write comment.