Color spaces of #afc93a
RGB | 175 | 201 | 58 |
---|---|---|---|
HSL | 0.20 | 0.57 | 0.51 |
HSV | 71° | 71° | 79° |
CMYK | 0.13 | 0.00 | 0.71 0.21 |
XYZ | 39.3296 | 51.1927 | 11.8113 |
Yxy | 51.1927 | 0.3843 | 0.5003 |
Hunter Lab | 71.5491 | -27.0917 | 40.2968 |
CIE-Lab | 76.7956 | -27.3917 | 64.6083 |
#afc93a color RGB value is (175,201,58).
#afc93a hex color red value is 175, green value is 201 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #afc93a hue: 0.20 , saturation: 0.57 and the lightness value of afc93a is 0.51.
The process color (four color CMYK) of #afc93a color hex is 0.13, 0.00, 0.71, 0.21. Web safe color of #afc93a is #99cc33. Color #afc93a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001001 | 00111010 |
Octal | 257 | 311 | 72 |
Decimal | 175 | 201 | 58 |
Hex | AF | C9 | 3A |
Shades of #afc93a
Tints of #afc93a
RGB Percentages of Color #afc93a
CMYK Percentages of Color #afc93a
Complementary Color
#afc93a | #543ac9 |
#afc93a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc93a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc93a Color CSS Codes
.mybgcolor {background-color:#afc93a; } .myforecolor {color:#afc93a; } .mybordercolor {border:3px solid #afc93a; }
#afc93a Text Font Color
<p style="color:#afc93a">Text here</p>
This sample text font color is #afc93a
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.
#afc93a Background Color
<div style="background-color:#afc93a">
Div content here</div>
This div background color is #afc93a
#afc93a Border Color
<div style="border:3px solid #afc93a">
Div here</div>
This div border color is #afc93a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,201,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc93a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc93a; -webkit-box-shadow: 1px 1px 3px 2px #afc93a; box-shadow: 1px 1px 3px 2px #afc93a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,201,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 #afc93a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc93a; -webkit-box-shadow: 1px 1px 3px 2px #afc93a; box-shadow: 1px 1px 3px 2px #afc93a;">
Div content here</div>
This div box has shadow with color #afc93a
Comments
No comments written yet.
Please login to write comment.