Color spaces of #afc250
RGB | 175 | 194 | 80 |
---|---|---|---|
HSL | 0.19 | 0.48 | 0.54 |
HSV | 70° | 59° | 76° |
CMYK | 0.10 | 0.00 | 0.59 0.24 |
XYZ | 38.4190 | 48.2767 | 14.8829 |
Yxy | 48.2767 | 0.3782 | 0.4753 |
Hunter Lab | 69.4814 | -22.8929 | 35.9371 |
CIE-Lab | 74.9991 | -22.5463 | 53.8709 |
#afc250 color RGB value is (175,194,80).
#afc250 hex color red value is 175, green value is 194 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #afc250 hue: 0.19 , saturation: 0.48 and the lightness value of afc250 is 0.54.
The process color (four color CMYK) of #afc250 color hex is 0.10, 0.00, 0.59, 0.24. Web safe color of #afc250 is #99cc66. Color #afc250 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000010 | 01010000 |
Octal | 257 | 302 | 120 |
Decimal | 175 | 194 | 80 |
Hex | AF | C2 | 50 |
Shades of #afc250
Tints of #afc250
RGB Percentages of Color #afc250
CMYK Percentages of Color #afc250
Complementary Color
#afc250 | #6350c2 |
#afc250 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc250 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc250 Color CSS Codes
.mybgcolor {background-color:#afc250; } .myforecolor {color:#afc250; } .mybordercolor {border:3px solid #afc250; }
#afc250 Text Font Color
<p style="color:#afc250">Text here</p>
This sample text font color is #afc250
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.
#afc250 Background Color
<div style="background-color:#afc250">
Div content here</div>
This div background color is #afc250
#afc250 Border Color
<div style="border:3px solid #afc250">
Div here</div>
This div border color is #afc250
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,194,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc250; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc250; -webkit-box-shadow: 1px 1px 3px 2px #afc250; box-shadow: 1px 1px 3px 2px #afc250; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,194,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc250">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc250; -webkit-box-shadow: 1px 1px 3px 2px #afc250; box-shadow: 1px 1px 3px 2px #afc250;">
Div content here</div>
This div box has shadow with color #afc250
Comments
No comments written yet.
Please login to write comment.