Color spaces of #afa33a
RGB | 175 | 163 | 58 |
---|---|---|---|
HSL | 0.15 | 0.50 | 0.46 |
HSV | 54° | 67° | 69° |
CMYK | 0.00 | 0.07 | 0.67 0.31 |
XYZ | 31.5401 | 35.6138 | 9.2148 |
Yxy | 35.6138 | 0.4130 | 0.4663 |
Hunter Lab | 59.6773 | -10.0961 | 32.6191 |
CIE-Lab | 66.2238 | -8.2518 | 53.9562 |
#afa33a color RGB value is (175,163,58).
#afa33a hex color red value is 175, green value is 163 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #afa33a hue: 0.15 , saturation: 0.50 and the lightness value of afa33a is 0.46.
The process color (four color CMYK) of #afa33a color hex is 0.00, 0.07, 0.67, 0.31. Web safe color of #afa33a is #999933. Color #afa33a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100011 | 00111010 |
Octal | 257 | 243 | 72 |
Decimal | 175 | 163 | 58 |
Hex | AF | A3 | 3A |
Shades of #afa33a
Tints of #afa33a
RGB Percentages of Color #afa33a
CMYK Percentages of Color #afa33a
Complementary Color
#afa33a | #3a46af |
#afa33a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa33a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa33a Color CSS Codes
.mybgcolor {background-color:#afa33a; } .myforecolor {color:#afa33a; } .mybordercolor {border:3px solid #afa33a; }
#afa33a Text Font Color
<p style="color:#afa33a">Text here</p>
This sample text font color is #afa33a
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.
#afa33a Background Color
<div style="background-color:#afa33a">
Div content here</div>
This div background color is #afa33a
#afa33a Border Color
<div style="border:3px solid #afa33a">
Div here</div>
This div border color is #afa33a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,163,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa33a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa33a; -webkit-box-shadow: 1px 1px 3px 2px #afa33a; box-shadow: 1px 1px 3px 2px #afa33a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,163,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa33a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa33a; -webkit-box-shadow: 1px 1px 3px 2px #afa33a; box-shadow: 1px 1px 3px 2px #afa33a;">
Div content here</div>
This div box has shadow with color #afa33a
Comments
No comments written yet.
Please login to write comment.