Color spaces of #afcc58
RGB | 175 | 204 | 88 |
---|---|---|---|
HSL | 0.21 | 0.53 | 0.57 |
HSV | 75° | 57° | 80° |
CMYK | 0.14 | 0.00 | 0.57 0.20 |
XYZ | 41.0335 | 53.0043 | 17.3007 |
Yxy | 53.0043 | 0.3685 | 0.4761 |
Hunter Lab | 72.8041 | -26.8017 | 36.8735 |
CIE-Lab | 77.8775 | -26.7505 | 53.5322 |
#afcc58 color RGB value is (175,204,88).
#afcc58 hex color red value is 175, green value is 204 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afcc58 hue: 0.21 , saturation: 0.53 and the lightness value of afcc58 is 0.57.
The process color (four color CMYK) of #afcc58 color hex is 0.14, 0.00, 0.57, 0.20. Web safe color of #afcc58 is #99cc66. Color #afcc58 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001100 | 01011000 |
Octal | 257 | 314 | 130 |
Decimal | 175 | 204 | 88 |
Hex | AF | CC | 58 |
Shades of #afcc58
Tints of #afcc58
RGB Percentages of Color #afcc58
CMYK Percentages of Color #afcc58
Complementary Color
#afcc58 | #7558cc |
#afcc58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcc58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcc58 Color CSS Codes
.mybgcolor {background-color:#afcc58; } .myforecolor {color:#afcc58; } .mybordercolor {border:3px solid #afcc58; }
#afcc58 Text Font Color
<p style="color:#afcc58">Text here</p>
This sample text font color is #afcc58
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.
#afcc58 Background Color
<div style="background-color:#afcc58">
Div content here</div>
This div background color is #afcc58
#afcc58 Border Color
<div style="border:3px solid #afcc58">
Div here</div>
This div border color is #afcc58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,204,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcc58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcc58; -webkit-box-shadow: 1px 1px 3px 2px #afcc58; box-shadow: 1px 1px 3px 2px #afcc58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,204,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afcc58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcc58; -webkit-box-shadow: 1px 1px 3px 2px #afcc58; box-shadow: 1px 1px 3px 2px #afcc58;">
Div content here</div>
This div box has shadow with color #afcc58
Comments
No comments written yet.
Please login to write comment.