Color spaces of #afb057
RGB | 175 | 176 | 87 |
---|---|---|---|
HSL | 0.17 | 0.36 | 0.52 |
HSV | 61° | 51° | 69° |
CMYK | 0.01 | 0.00 | 0.51 0.31 |
XYZ | 34.9248 | 40.8527 | 15.0615 |
Yxy | 40.8527 | 0.3845 | 0.4497 |
Hunter Lab | 63.9161 | -14.3179 | 30.7699 |
CIE-Lab | 70.0726 | -12.8771 | 44.9664 |
#afb057 color RGB value is (175,176,87).
#afb057 hex color red value is 175, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #afb057 hue: 0.17 , saturation: 0.36 and the lightness value of afb057 is 0.52.
The process color (four color CMYK) of #afb057 color hex is 0.01, 0.00, 0.51, 0.31. Web safe color of #afb057 is #999966. Color #afb057 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10110000 | 01010111 |
Octal | 257 | 260 | 127 |
Decimal | 175 | 176 | 87 |
Hex | AF | B0 | 57 |
Shades of #afb057
Tints of #afb057
RGB Percentages of Color #afb057
CMYK Percentages of Color #afb057
Complementary Color
#afb057 | #5857b0 |
#afb057 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb057 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb057 Color CSS Codes
.mybgcolor {background-color:#afb057; } .myforecolor {color:#afb057; } .mybordercolor {border:3px solid #afb057; }
#afb057 Text Font Color
<p style="color:#afb057">Text here</p>
This sample text font color is #afb057
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.
#afb057 Background Color
<div style="background-color:#afb057">
Div content here</div>
This div background color is #afb057
#afb057 Border Color
<div style="border:3px solid #afb057">
Div here</div>
This div border color is #afb057
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,176,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb057; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb057; -webkit-box-shadow: 1px 1px 3px 2px #afb057; box-shadow: 1px 1px 3px 2px #afb057; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,176,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb057">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb057; -webkit-box-shadow: 1px 1px 3px 2px #afb057; box-shadow: 1px 1px 3px 2px #afb057;">
Div content here</div>
This div box has shadow with color #afb057
Comments
No comments written yet.
Please login to write comment.