Color spaces of #afd66a
RGB | 175 | 214 | 106 |
---|---|---|---|
HSL | 0.23 | 0.57 | 0.63 |
HSV | 82° | 50° | 84° |
CMYK | 0.18 | 0.00 | 0.50 0.16 |
XYZ | 44.3273 | 58.2477 | 22.5423 |
Yxy | 58.2477 | 0.3543 | 0.4655 |
Hunter Lab | 76.3202 | -29.8863 | 35.9119 |
CIE-Lab | 80.8763 | -29.8240 | 48.7123 |
#afd66a color RGB value is (175,214,106).
#afd66a hex color red value is 175, green value is 214 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afd66a hue: 0.23 , saturation: 0.57 and the lightness value of afd66a is 0.63.
The process color (four color CMYK) of #afd66a color hex is 0.18, 0.00, 0.50, 0.16. Web safe color of #afd66a is #99cc66. Color #afd66a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010110 | 01101010 |
Octal | 257 | 326 | 152 |
Decimal | 175 | 214 | 106 |
Hex | AF | D6 | 6A |
Shades of #afd66a
Tints of #afd66a
RGB Percentages of Color #afd66a
CMYK Percentages of Color #afd66a
Complementary Color
#afd66a | #916ad6 |
#afd66a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd66a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd66a Color CSS Codes
.mybgcolor {background-color:#afd66a; } .myforecolor {color:#afd66a; } .mybordercolor {border:3px solid #afd66a; }
#afd66a Text Font Color
<p style="color:#afd66a">Text here</p>
This sample text font color is #afd66a
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.
#afd66a Background Color
<div style="background-color:#afd66a">
Div content here</div>
This div background color is #afd66a
#afd66a Border Color
<div style="border:3px solid #afd66a">
Div here</div>
This div border color is #afd66a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,214,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd66a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd66a; -webkit-box-shadow: 1px 1px 3px 2px #afd66a; box-shadow: 1px 1px 3px 2px #afd66a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,214,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd66a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd66a; -webkit-box-shadow: 1px 1px 3px 2px #afd66a; box-shadow: 1px 1px 3px 2px #afd66a;">
Div content here</div>
This div box has shadow with color #afd66a
Comments
No comments written yet.
Please login to write comment.