Color spaces of #afc69d
RGB | 175 | 198 | 157 |
---|---|---|---|
HSL | 0.26 | 0.26 | 0.70 |
HSV | 94° | 21° | 78° |
CMYK | 0.12 | 0.00 | 0.21 0.22 |
XYZ | 43.9591 | 51.9364 | 39.6061 |
Yxy | 51.9364 | 0.3244 | 0.3833 |
Hunter Lab | 72.0669 | -17.2364 | 17.8626 |
CIE-Lab | 77.2428 | -15.2389 | 17.9955 |
#afc69d color RGB value is (175,198,157).
#afc69d hex color red value is 175, green value is 198 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afc69d hue: 0.26 , saturation: 0.26 and the lightness value of afc69d is 0.70.
The process color (four color CMYK) of #afc69d color hex is 0.12, 0.00, 0.21, 0.22. Web safe color of #afc69d is #99cc99. Color #afc69d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11000110 | 10011101 |
Octal | 257 | 306 | 235 |
Decimal | 175 | 198 | 157 |
Hex | AF | C6 | 9D |
Shades of #afc69d
Tints of #afc69d
RGB Percentages of Color #afc69d
CMYK Percentages of Color #afc69d
Complementary Color
#afc69d | #b49dc6 |
#afc69d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afc69d Color Preview on White Background
Lorem ipsum dolor sit amet.
#afc69d Color CSS Codes
.mybgcolor {background-color:#afc69d; } .myforecolor {color:#afc69d; } .mybordercolor {border:3px solid #afc69d; }
#afc69d Text Font Color
<p style="color:#afc69d">Text here</p>
This sample text font color is #afc69d
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.
#afc69d Background Color
<div style="background-color:#afc69d">
Div content here</div>
This div background color is #afc69d
#afc69d Border Color
<div style="border:3px solid #afc69d">
Div here</div>
This div border color is #afc69d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,198,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afc69d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afc69d; -webkit-box-shadow: 1px 1px 3px 2px #afc69d; box-shadow: 1px 1px 3px 2px #afc69d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,198,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afc69d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afc69d; -webkit-box-shadow: 1px 1px 3px 2px #afc69d; box-shadow: 1px 1px 3px 2px #afc69d;">
Div content here</div>
This div box has shadow with color #afc69d
Comments
No comments written yet.
Please login to write comment.