Color spaces of #afa31a
RGB | 175 | 163 | 26 |
---|---|---|---|
HSL | 0.15 | 0.74 | 0.39 |
HSV | 55° | 85° | 69° |
CMYK | 0.00 | 0.07 | 0.85 0.31 |
XYZ | 30.9628 | 35.3829 | 6.1750 |
Yxy | 35.3829 | 0.4270 | 0.4879 |
Hunter Lab | 59.4835 | -11.1820 | 35.4836 |
CIE-Lab | 66.0457 | -9.6092 | 64.6178 |
#afa31a color RGB value is (175,163,26).
#afa31a hex color red value is 175, green value is 163 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #afa31a hue: 0.15 , saturation: 0.74 and the lightness value of afa31a is 0.39.
The process color (four color CMYK) of #afa31a color hex is 0.00, 0.07, 0.85, 0.31. Web safe color of #afa31a is #999933. Color #afa31a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100011 | 00011010 |
Octal | 257 | 243 | 32 |
Decimal | 175 | 163 | 26 |
Hex | AF | A3 | 1A |
Shades of #afa31a
Tints of #afa31a
RGB Percentages of Color #afa31a
CMYK Percentages of Color #afa31a
Complementary Color
#afa31a | #1a26af |
#afa31a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa31a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa31a Color CSS Codes
.mybgcolor {background-color:#afa31a; } .myforecolor {color:#afa31a; } .mybordercolor {border:3px solid #afa31a; }
#afa31a Text Font Color
<p style="color:#afa31a">Text here</p>
This sample text font color is #afa31a
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.
#afa31a Background Color
<div style="background-color:#afa31a">
Div content here</div>
This div background color is #afa31a
#afa31a Border Color
<div style="border:3px solid #afa31a">
Div here</div>
This div border color is #afa31a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,163,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa31a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa31a; -webkit-box-shadow: 1px 1px 3px 2px #afa31a; box-shadow: 1px 1px 3px 2px #afa31a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,163,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa31a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa31a; -webkit-box-shadow: 1px 1px 3px 2px #afa31a; box-shadow: 1px 1px 3px 2px #afa31a;">
Div content here</div>
This div box has shadow with color #afa31a
Comments
No comments written yet.
Please login to write comment.