Color spaces of #afc469
RGB | 175 | 196 | 105 |
---|---|---|---|
HSL | 0.21 | 0.44 | 0.59 |
HSV | 74° | 46° | 77° |
CMYK | 0.11 | 0.00 | 0.46 0.23 |
XYZ | 39.9689 | 49.6137 | 20.8344 |
Yxy | 49.6137 | 0.3620 | 0.4493 |
Hunter Lab | 70.4370 | -21.9764 | 31.7686 |
CIE-Lab | 75.8315 | -21.2283 | 43.0813 |
#afc469 color RGB value is (175,196,105).
#afc469 hex color red value is 175, green value is 196 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afc469 hue: 0.21 , saturation: 0.44 and the lightness value of afc469 is 0.59.
The process color (four color CMYK) of #afc469 color hex is 0.11, 0.00, 0.46, 0.23. Web safe color of #afc469 is #99cc66. Color #afc469 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000100 | 01101001 |
Octal | 257 | 304 | 151 |
Decimal | 175 | 196 | 105 |
Hex | AF | C4 | 69 |
Shades of #afc469
Tints of #afc469
RGB Percentages of Color #afc469
CMYK Percentages of Color #afc469
Complementary Color
#afc469 | #7e69c4 |
#afc469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc469 Color CSS Codes
.mybgcolor {background-color:#afc469; } .myforecolor {color:#afc469; } .mybordercolor {border:3px solid #afc469; }
#afc469 Text Font Color
<p style="color:#afc469">Text here</p>
This sample text font color is #afc469
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.
#afc469 Background Color
<div style="background-color:#afc469">
Div content here</div>
This div background color is #afc469
#afc469 Border Color
<div style="border:3px solid #afc469">
Div here</div>
This div border color is #afc469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,196,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc469; -webkit-box-shadow: 1px 1px 3px 2px #afc469; box-shadow: 1px 1px 3px 2px #afc469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,196,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc469; -webkit-box-shadow: 1px 1px 3px 2px #afc469; box-shadow: 1px 1px 3px 2px #afc469;">
Div content here</div>
This div box has shadow with color #afc469
Comments
No comments written yet.
Please login to write comment.