Color spaces of #afac21
RGB | 175 | 172 | 33 |
---|---|---|---|
HSL | 0.16 | 0.68 | 0.41 |
HSV | 59° | 81° | 69° |
CMYK | 0.00 | 0.02 | 0.81 0.31 |
XYZ | 32.7062 | 38.7288 | 7.1904 |
Yxy | 38.7288 | 0.4160 | 0.4926 |
Hunter Lab | 62.2325 | -15.0964 | 36.7123 |
CIE-Lab | 68.5544 | -14.0828 | 64.9431 |
#afac21 color RGB value is (175,172,33).
#afac21 hex color red value is 175, green value is 172 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #afac21 hue: 0.16 , saturation: 0.68 and the lightness value of afac21 is 0.41.
The process color (four color CMYK) of #afac21 color hex is 0.00, 0.02, 0.81, 0.31. Web safe color of #afac21 is #999933. Color #afac21 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101100 | 00100001 |
Octal | 257 | 254 | 41 |
Decimal | 175 | 172 | 33 |
Hex | AF | AC | 21 |
Shades of #afac21
Tints of #afac21
RGB Percentages of Color #afac21
CMYK Percentages of Color #afac21
Complementary Color
#afac21 | #2124af |
#afac21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afac21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afac21 Color CSS Codes
.mybgcolor {background-color:#afac21; } .myforecolor {color:#afac21; } .mybordercolor {border:3px solid #afac21; }
#afac21 Text Font Color
<p style="color:#afac21">Text here</p>
This sample text font color is #afac21
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.
#afac21 Background Color
<div style="background-color:#afac21">
Div content here</div>
This div background color is #afac21
#afac21 Border Color
<div style="border:3px solid #afac21">
Div here</div>
This div border color is #afac21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,172,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afac21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afac21; -webkit-box-shadow: 1px 1px 3px 2px #afac21; box-shadow: 1px 1px 3px 2px #afac21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,172,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afac21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afac21; -webkit-box-shadow: 1px 1px 3px 2px #afac21; box-shadow: 1px 1px 3px 2px #afac21;">
Div content here</div>
This div box has shadow with color #afac21
Comments
No comments written yet.
Please login to write comment.