Color spaces of #afc58c
RGB | 175 | 197 | 140 |
---|---|---|---|
HSL | 0.23 | 0.33 | 0.66 |
HSV | 83° | 29° | 77° |
CMYK | 0.11 | 0.00 | 0.29 0.23 |
XYZ | 42.3791 | 50.9399 | 32.4097 |
Yxy | 50.9399 | 0.3371 | 0.4052 |
Hunter Lab | 71.3722 | -18.9123 | 23.0373 |
CIE-Lab | 76.6426 | -17.3411 | 26.1916 |
#afc58c color RGB value is (175,197,140).
#afc58c hex color red value is 175, green value is 197 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #afc58c hue: 0.23 , saturation: 0.33 and the lightness value of afc58c is 0.66.
The process color (four color CMYK) of #afc58c color hex is 0.11, 0.00, 0.29, 0.23. Web safe color of #afc58c is #99cc99. Color #afc58c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000101 | 10001100 |
Octal | 257 | 305 | 214 |
Decimal | 175 | 197 | 140 |
Hex | AF | C5 | 8C |
Shades of #afc58c
Tints of #afc58c
RGB Percentages of Color #afc58c
CMYK Percentages of Color #afc58c
Complementary Color
#afc58c | #a28cc5 |
#afc58c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc58c Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc58c Color CSS Codes
.mybgcolor {background-color:#afc58c; } .myforecolor {color:#afc58c; } .mybordercolor {border:3px solid #afc58c; }
#afc58c Text Font Color
<p style="color:#afc58c">Text here</p>
This sample text font color is #afc58c
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.
#afc58c Background Color
<div style="background-color:#afc58c">
Div content here</div>
This div background color is #afc58c
#afc58c Border Color
<div style="border:3px solid #afc58c">
Div here</div>
This div border color is #afc58c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,197,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc58c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc58c; -webkit-box-shadow: 1px 1px 3px 2px #afc58c; box-shadow: 1px 1px 3px 2px #afc58c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,197,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc58c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc58c; -webkit-box-shadow: 1px 1px 3px 2px #afc58c; box-shadow: 1px 1px 3px 2px #afc58c;">
Div content here</div>
This div box has shadow with color #afc58c
Comments
No comments written yet.
Please login to write comment.