Color spaces of #afc45b
RGB | 175 | 196 | 91 |
---|---|---|---|
HSL | 0.20 | 0.47 | 0.56 |
HSV | 72° | 54° | 77° |
CMYK | 0.11 | 0.00 | 0.54 0.23 |
XYZ | 39.3075 | 49.3491 | 17.3511 |
Yxy | 49.3491 | 0.3708 | 0.4655 |
Hunter Lab | 70.2489 | -23.0566 | 34.5299 |
CIE-Lab | 75.6680 | -22.6012 | 49.6176 |
#afc45b color RGB value is (175,196,91).
#afc45b hex color red value is 175, green value is 196 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afc45b hue: 0.20 , saturation: 0.47 and the lightness value of afc45b is 0.56.
The process color (four color CMYK) of #afc45b color hex is 0.11, 0.00, 0.54, 0.23. Web safe color of #afc45b is #99cc66. Color #afc45b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000100 | 01011011 |
Octal | 257 | 304 | 133 |
Decimal | 175 | 196 | 91 |
Hex | AF | C4 | 5B |
Shades of #afc45b
Tints of #afc45b
RGB Percentages of Color #afc45b
CMYK Percentages of Color #afc45b
Complementary Color
#afc45b | #705bc4 |
#afc45b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc45b Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc45b Color CSS Codes
.mybgcolor {background-color:#afc45b; } .myforecolor {color:#afc45b; } .mybordercolor {border:3px solid #afc45b; }
#afc45b Text Font Color
<p style="color:#afc45b">Text here</p>
This sample text font color is #afc45b
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.
#afc45b Background Color
<div style="background-color:#afc45b">
Div content here</div>
This div background color is #afc45b
#afc45b Border Color
<div style="border:3px solid #afc45b">
Div here</div>
This div border color is #afc45b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,196,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc45b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc45b; -webkit-box-shadow: 1px 1px 3px 2px #afc45b; box-shadow: 1px 1px 3px 2px #afc45b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,196,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc45b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc45b; -webkit-box-shadow: 1px 1px 3px 2px #afc45b; box-shadow: 1px 1px 3px 2px #afc45b;">
Div content here</div>
This div box has shadow with color #afc45b
Comments
No comments written yet.
Please login to write comment.