Color spaces of #afb29a
RGB | 175 | 178 | 154 |
---|---|---|---|
HSL | 0.19 | 0.13 | 0.65 |
HSV | 68° | 13° | 70° |
CMYK | 0.02 | 0.00 | 0.13 0.30 |
XYZ | 39.4323 | 43.2878 | 36.8489 |
Yxy | 43.2878 | 0.3298 | 0.3620 |
Hunter Lab | 65.7935 | -8.1573 | 12.8489 |
CIE-Lab | 71.7499 | -5.3189 | 11.9179 |
#afb29a color RGB value is (175,178,154).
#afb29a hex color red value is 175, green value is 178 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afb29a hue: 0.19 , saturation: 0.13 and the lightness value of afb29a is 0.65.
The process color (four color CMYK) of #afb29a color hex is 0.02, 0.00, 0.13, 0.30. Web safe color of #afb29a is #999999. Color #afb29a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110010 | 10011010 |
Octal | 257 | 262 | 232 |
Decimal | 175 | 178 | 154 |
Hex | AF | B2 | 9A |
Shades of #afb29a
Tints of #afb29a
RGB Percentages of Color #afb29a
CMYK Percentages of Color #afb29a
Complementary Color
#afb29a | #9d9ab2 |
#afb29a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb29a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb29a Color CSS Codes
.mybgcolor {background-color:#afb29a; } .myforecolor {color:#afb29a; } .mybordercolor {border:3px solid #afb29a; }
#afb29a Text Font Color
<p style="color:#afb29a">Text here</p>
This sample text font color is #afb29a
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.
#afb29a Background Color
<div style="background-color:#afb29a">
Div content here</div>
This div background color is #afb29a
#afb29a Border Color
<div style="border:3px solid #afb29a">
Div here</div>
This div border color is #afb29a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,178,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb29a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb29a; -webkit-box-shadow: 1px 1px 3px 2px #afb29a; box-shadow: 1px 1px 3px 2px #afb29a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,178,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb29a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb29a; -webkit-box-shadow: 1px 1px 3px 2px #afb29a; box-shadow: 1px 1px 3px 2px #afb29a;">
Div content here</div>
This div box has shadow with color #afb29a
Comments
No comments written yet.
Please login to write comment.