Color spaces of #afc286
RGB | 175 | 194 | 134 |
---|---|---|---|
HSL | 0.22 | 0.33 | 0.64 |
HSV | 79° | 31° | 76° |
CMYK | 0.10 | 0.00 | 0.31 0.24 |
XYZ | 41.2741 | 49.4188 | 29.9177 |
Yxy | 49.4188 | 0.3422 | 0.4097 |
Hunter Lab | 70.2985 | -18.2203 | 23.9763 |
CIE-Lab | 75.7111 | -16.6754 | 28.0999 |
#afc286 color RGB value is (175,194,134).
#afc286 hex color red value is 175, green value is 194 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afc286 hue: 0.22 , saturation: 0.33 and the lightness value of afc286 is 0.64.
The process color (four color CMYK) of #afc286 color hex is 0.10, 0.00, 0.31, 0.24. Web safe color of #afc286 is #99cc99. Color #afc286 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000010 | 10000110 |
Octal | 257 | 302 | 206 |
Decimal | 175 | 194 | 134 |
Hex | AF | C2 | 86 |
Shades of #afc286
Tints of #afc286
RGB Percentages of Color #afc286
CMYK Percentages of Color #afc286
Complementary Color
#afc286 | #9986c2 |
#afc286 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc286 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc286 Color CSS Codes
.mybgcolor {background-color:#afc286; } .myforecolor {color:#afc286; } .mybordercolor {border:3px solid #afc286; }
#afc286 Text Font Color
<p style="color:#afc286">Text here</p>
This sample text font color is #afc286
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.
#afc286 Background Color
<div style="background-color:#afc286">
Div content here</div>
This div background color is #afc286
#afc286 Border Color
<div style="border:3px solid #afc286">
Div here</div>
This div border color is #afc286
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,194,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc286; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc286; -webkit-box-shadow: 1px 1px 3px 2px #afc286; box-shadow: 1px 1px 3px 2px #afc286; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,194,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc286">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc286; -webkit-box-shadow: 1px 1px 3px 2px #afc286; box-shadow: 1px 1px 3px 2px #afc286;">
Div content here</div>
This div box has shadow with color #afc286
Comments
No comments written yet.
Please login to write comment.