Color spaces of #afc541
RGB | 175 | 197 | 65 |
---|---|---|---|
HSL | 0.19 | 0.53 | 0.51 |
HSV | 70° | 67° | 77° |
CMYK | 0.11 | 0.00 | 0.67 0.23 |
XYZ | 38.5996 | 49.4281 | 12.5072 |
Yxy | 49.4281 | 0.3839 | 0.4917 |
Hunter Lab | 70.3051 | -25.0322 | 38.6660 |
CIE-Lab | 75.7169 | -25.0617 | 60.9108 |
#afc541 color RGB value is (175,197,65).
#afc541 hex color red value is 175, green value is 197 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afc541 hue: 0.19 , saturation: 0.53 and the lightness value of afc541 is 0.51.
The process color (four color CMYK) of #afc541 color hex is 0.11, 0.00, 0.67, 0.23. Web safe color of #afc541 is #99cc33. Color #afc541 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000101 | 01000001 |
Octal | 257 | 305 | 101 |
Decimal | 175 | 197 | 65 |
Hex | AF | C5 | 41 |
Shades of #afc541
Tints of #afc541
RGB Percentages of Color #afc541
CMYK Percentages of Color #afc541
Complementary Color
#afc541 | #5741c5 |
#afc541 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc541 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc541 Color CSS Codes
.mybgcolor {background-color:#afc541; } .myforecolor {color:#afc541; } .mybordercolor {border:3px solid #afc541; }
#afc541 Text Font Color
<p style="color:#afc541">Text here</p>
This sample text font color is #afc541
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.
#afc541 Background Color
<div style="background-color:#afc541">
Div content here</div>
This div background color is #afc541
#afc541 Border Color
<div style="border:3px solid #afc541">
Div here</div>
This div border color is #afc541
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,197,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc541; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc541; -webkit-box-shadow: 1px 1px 3px 2px #afc541; box-shadow: 1px 1px 3px 2px #afc541; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,197,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc541">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc541; -webkit-box-shadow: 1px 1px 3px 2px #afc541; box-shadow: 1px 1px 3px 2px #afc541;">
Div content here</div>
This div box has shadow with color #afc541
Comments
No comments written yet.
Please login to write comment.