Color spaces of #afaf0e
RGB | 175 | 175 | 14 |
---|---|---|---|
HSL | 0.17 | 0.85 | 0.37 |
HSV | 60° | 92° | 69° |
CMYK | 0.00 | 0.00 | 0.92 0.31 |
XYZ | 33.0884 | 39.8056 | 6.3548 |
Yxy | 39.8056 | 0.4175 | 0.5023 |
Hunter Lab | 63.0917 | -16.7962 | 38.1923 |
CIE-Lab | 69.3308 | -16.0702 | 69.5432 |
#afaf0e color RGB value is (175,175,14).
#afaf0e hex color red value is 175, green value is 175 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afaf0e hue: 0.17 , saturation: 0.85 and the lightness value of afaf0e is 0.37.
The process color (four color CMYK) of #afaf0e color hex is 0.00, 0.00, 0.92, 0.31. Web safe color of #afaf0e is #999900. Color #afaf0e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101111 | 00001110 |
Octal | 257 | 257 | 16 |
Decimal | 175 | 175 | 14 |
Hex | AF | AF | E |
Shades of #afaf0e
Tints of #afaf0e
RGB Percentages of Color #afaf0e
CMYK Percentages of Color #afaf0e
Complementary Color
#afaf0e | #0e0eaf |
#afaf0e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaf0e Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaf0e Color CSS Codes
.mybgcolor {background-color:#afaf0e; } .myforecolor {color:#afaf0e; } .mybordercolor {border:3px solid #afaf0e; }
#afaf0e Text Font Color
<p style="color:#afaf0e">Text here</p>
This sample text font color is #afaf0e
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.
#afaf0e Background Color
<div style="background-color:#afaf0e">
Div content here</div>
This div background color is #afaf0e
#afaf0e Border Color
<div style="border:3px solid #afaf0e">
Div here</div>
This div border color is #afaf0e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,175,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaf0e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaf0e; -webkit-box-shadow: 1px 1px 3px 2px #afaf0e; box-shadow: 1px 1px 3px 2px #afaf0e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,175,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaf0e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaf0e; -webkit-box-shadow: 1px 1px 3px 2px #afaf0e; box-shadow: 1px 1px 3px 2px #afaf0e;">
Div content here</div>
This div box has shadow with color #afaf0e
Comments
No comments written yet.
Please login to write comment.