Color spaces of #afa25e
RGB | 175 | 162 | 94 |
---|---|---|---|
HSL | 0.14 | 0.34 | 0.53 |
HSV | 50° | 46° | 69° |
CMYK | 0.00 | 0.07 | 0.46 0.31 |
XYZ | 32.6199 | 35.7628 | 15.7733 |
Yxy | 35.7628 | 0.3876 | 0.4250 |
Hunter Lab | 59.8020 | -7.2880 | 26.2232 |
CIE-Lab | 66.3383 | -4.8392 | 36.9235 |
#afa25e color RGB value is (175,162,94).
#afa25e hex color red value is 175, green value is 162 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afa25e hue: 0.14 , saturation: 0.34 and the lightness value of afa25e is 0.53.
The process color (four color CMYK) of #afa25e color hex is 0.00, 0.07, 0.46, 0.31. Web safe color of #afa25e is #999966. Color #afa25e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100010 | 01011110 |
Octal | 257 | 242 | 136 |
Decimal | 175 | 162 | 94 |
Hex | AF | A2 | 5E |
Shades of #afa25e
Tints of #afa25e
RGB Percentages of Color #afa25e
CMYK Percentages of Color #afa25e
Complementary Color
#afa25e | #5e6baf |
#afa25e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa25e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa25e Color CSS Codes
.mybgcolor {background-color:#afa25e; } .myforecolor {color:#afa25e; } .mybordercolor {border:3px solid #afa25e; }
#afa25e Text Font Color
<p style="color:#afa25e">Text here</p>
This sample text font color is #afa25e
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.
#afa25e Background Color
<div style="background-color:#afa25e">
Div content here</div>
This div background color is #afa25e
#afa25e Border Color
<div style="border:3px solid #afa25e">
Div here</div>
This div border color is #afa25e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,162,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa25e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa25e; -webkit-box-shadow: 1px 1px 3px 2px #afa25e; box-shadow: 1px 1px 3px 2px #afa25e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,162,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa25e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa25e; -webkit-box-shadow: 1px 1px 3px 2px #afa25e; box-shadow: 1px 1px 3px 2px #afa25e;">
Div content here</div>
This div box has shadow with color #afa25e
Comments
No comments written yet.
Please login to write comment.