Color spaces of #afb827
RGB | 175 | 184 | 39 |
---|---|---|---|
HSL | 0.18 | 0.65 | 0.44 |
HSV | 64° | 79° | 72° |
CMYK | 0.05 | 0.00 | 0.79 0.28 |
XYZ | 35.1859 | 43.5414 | 8.4693 |
Yxy | 43.5414 | 0.4035 | 0.4993 |
Hunter Lab | 65.9859 | -20.2931 | 38.5803 |
CIE-Lab | 71.9209 | -19.9537 | 66.2137 |
#afb827 color RGB value is (175,184,39).
#afb827 hex color red value is 175, green value is 184 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afb827 hue: 0.18 , saturation: 0.65 and the lightness value of afb827 is 0.44.
The process color (four color CMYK) of #afb827 color hex is 0.05, 0.00, 0.79, 0.28. Web safe color of #afb827 is #99cc33. Color #afb827 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111000 | 00100111 |
Octal | 257 | 270 | 47 |
Decimal | 175 | 184 | 39 |
Hex | AF | B8 | 27 |
Shades of #afb827
Tints of #afb827
RGB Percentages of Color #afb827
CMYK Percentages of Color #afb827
Complementary Color
#afb827 | #3027b8 |
#afb827 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afb827 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afb827 Color CSS Codes
.mybgcolor {background-color:#afb827; } .myforecolor {color:#afb827; } .mybordercolor {border:3px solid #afb827; }
#afb827 Text Font Color
<p style="color:#afb827">Text here</p>
This sample text font color is #afb827
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.
#afb827 Background Color
<div style="background-color:#afb827">
Div content here</div>
This div background color is #afb827
#afb827 Border Color
<div style="border:3px solid #afb827">
Div here</div>
This div border color is #afb827
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,184,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afb827; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afb827; -webkit-box-shadow: 1px 1px 3px 2px #afb827; box-shadow: 1px 1px 3px 2px #afb827; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,184,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afb827">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afb827; -webkit-box-shadow: 1px 1px 3px 2px #afb827; box-shadow: 1px 1px 3px 2px #afb827;">
Div content here</div>
This div box has shadow with color #afb827
Comments
No comments written yet.
Please login to write comment.