Color spaces of #afaa3e
RGB | 175 | 170 | 62 |
---|---|---|---|
HSL | 0.16 | 0.48 | 0.46 |
HSV | 57° | 65° | 69° |
CMYK | 0.00 | 0.03 | 0.65 0.31 |
XYZ | 32.9234 | 38.2112 | 10.1977 |
Yxy | 38.2112 | 0.4048 | 0.4698 |
Hunter Lab | 61.8152 | -13.1057 | 33.4895 |
CIE-Lab | 68.1760 | -11.6780 | 54.3049 |
#afaa3e color RGB value is (175,170,62).
#afaa3e hex color red value is 175, green value is 170 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afaa3e hue: 0.16 , saturation: 0.48 and the lightness value of afaa3e is 0.46.
The process color (four color CMYK) of #afaa3e color hex is 0.00, 0.03, 0.65, 0.31. Web safe color of #afaa3e is #999933. Color #afaa3e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101010 | 00111110 |
Octal | 257 | 252 | 76 |
Decimal | 175 | 170 | 62 |
Hex | AF | AA | 3E |
Shades of #afaa3e
Tints of #afaa3e
RGB Percentages of Color #afaa3e
CMYK Percentages of Color #afaa3e
Complementary Color
#afaa3e | #3e43af |
#afaa3e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaa3e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaa3e Color CSS Codes
.mybgcolor {background-color:#afaa3e; } .myforecolor {color:#afaa3e; } .mybordercolor {border:3px solid #afaa3e; }
#afaa3e Text Font Color
<p style="color:#afaa3e">Text here</p>
This sample text font color is #afaa3e
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.
#afaa3e Background Color
<div style="background-color:#afaa3e">
Div content here</div>
This div background color is #afaa3e
#afaa3e Border Color
<div style="border:3px solid #afaa3e">
Div here</div>
This div border color is #afaa3e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,170,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaa3e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaa3e; -webkit-box-shadow: 1px 1px 3px 2px #afaa3e; box-shadow: 1px 1px 3px 2px #afaa3e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,170,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaa3e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaa3e; -webkit-box-shadow: 1px 1px 3px 2px #afaa3e; box-shadow: 1px 1px 3px 2px #afaa3e;">
Div content here</div>
This div box has shadow with color #afaa3e
Comments
No comments written yet.
Please login to write comment.