Color spaces of #afb187
RGB | 175 | 177 | 135 |
---|---|---|---|
HSL | 0.17 | 0.21 | 0.61 |
HSV | 63° | 24° | 69° |
CMYK | 0.01 | 0.00 | 0.24 0.31 |
XYZ | 37.7745 | 42.3075 | 29.0969 |
Yxy | 42.3075 | 0.3460 | 0.3875 |
Hunter Lab | 65.0442 | -10.1633 | 19.0081 |
CIE-Lab | 71.0824 | -7.7429 | 21.3194 |
#afb187 color RGB value is (175,177,135).
#afb187 hex color red value is 175, green value is 177 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afb187 hue: 0.17 , saturation: 0.21 and the lightness value of afb187 is 0.61.
The process color (four color CMYK) of #afb187 color hex is 0.01, 0.00, 0.24, 0.31. Web safe color of #afb187 is #999999. Color #afb187 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110001 | 10000111 |
Octal | 257 | 261 | 207 |
Decimal | 175 | 177 | 135 |
Hex | AF | B1 | 87 |
Shades of #afb187
Tints of #afb187
RGB Percentages of Color #afb187
CMYK Percentages of Color #afb187
Complementary Color
#afb187 | #8987b1 |
#afb187 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb187 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb187 Color CSS Codes
.mybgcolor {background-color:#afb187; } .myforecolor {color:#afb187; } .mybordercolor {border:3px solid #afb187; }
#afb187 Text Font Color
<p style="color:#afb187">Text here</p>
This sample text font color is #afb187
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.
#afb187 Background Color
<div style="background-color:#afb187">
Div content here</div>
This div background color is #afb187
#afb187 Border Color
<div style="border:3px solid #afb187">
Div here</div>
This div border color is #afb187
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,177,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb187; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb187; -webkit-box-shadow: 1px 1px 3px 2px #afb187; box-shadow: 1px 1px 3px 2px #afb187; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,177,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb187">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb187; -webkit-box-shadow: 1px 1px 3px 2px #afb187; box-shadow: 1px 1px 3px 2px #afb187;">
Div content here</div>
This div box has shadow with color #afb187
Comments
No comments written yet.
Please login to write comment.