Color spaces of #afbb8e
RGB | 175 | 187 | 142 |
---|---|---|---|
HSL | 0.21 | 0.25 | 0.65 |
HSV | 76° | 24° | 73° |
CMYK | 0.06 | 0.00 | 0.24 0.27 |
XYZ | 40.3320 | 46.6076 | 32.4616 |
Yxy | 46.6076 | 0.3378 | 0.3903 |
Hunter Lab | 68.2698 | -14.0189 | 19.5970 |
CIE-Lab | 73.9381 | -11.9359 | 21.4574 |
#afbb8e color RGB value is (175,187,142).
#afbb8e hex color red value is 175, green value is 187 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afbb8e hue: 0.21 , saturation: 0.25 and the lightness value of afbb8e is 0.65.
The process color (four color CMYK) of #afbb8e color hex is 0.06, 0.00, 0.24, 0.27. Web safe color of #afbb8e is #99cc99. Color #afbb8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111011 | 10001110 |
Octal | 257 | 273 | 216 |
Decimal | 175 | 187 | 142 |
Hex | AF | BB | 8E |
Shades of #afbb8e
Tints of #afbb8e
RGB Percentages of Color #afbb8e
CMYK Percentages of Color #afbb8e
Complementary Color
#afbb8e | #9a8ebb |
#afbb8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbb8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbb8e Color CSS Codes
.mybgcolor {background-color:#afbb8e; } .myforecolor {color:#afbb8e; } .mybordercolor {border:3px solid #afbb8e; }
#afbb8e Text Font Color
<p style="color:#afbb8e">Text here</p>
This sample text font color is #afbb8e
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.
#afbb8e Background Color
<div style="background-color:#afbb8e">
Div content here</div>
This div background color is #afbb8e
#afbb8e Border Color
<div style="border:3px solid #afbb8e">
Div here</div>
This div border color is #afbb8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,187,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbb8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbb8e; -webkit-box-shadow: 1px 1px 3px 2px #afbb8e; box-shadow: 1px 1px 3px 2px #afbb8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,187,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbb8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbb8e; -webkit-box-shadow: 1px 1px 3px 2px #afbb8e; box-shadow: 1px 1px 3px 2px #afbb8e;">
Div content here</div>
This div box has shadow with color #afbb8e
Comments
No comments written yet.
Please login to write comment.