Color spaces of #afde76
RGB | 175 | 222 | 118 |
---|---|---|---|
HSL | 0.24 | 0.61 | 0.67 |
HSV | 87° | 47° | 87° |
CMYK | 0.21 | 0.00 | 0.47 0.13 |
XYZ | 47.0705 | 62.6645 | 26.7541 |
Yxy | 62.6645 | 0.3449 | 0.4591 |
Hunter Lab | 79.1609 | -32.3923 | 35.3743 |
CIE-Lab | 83.2655 | -32.2834 | 45.8795 |
#afde76 color RGB value is (175,222,118).
#afde76 hex color red value is 175, green value is 222 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afde76 hue: 0.24 , saturation: 0.61 and the lightness value of afde76 is 0.67.
The process color (four color CMYK) of #afde76 color hex is 0.21, 0.00, 0.47, 0.13. Web safe color of #afde76 is #99cc66. Color #afde76 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011110 | 01110110 |
Octal | 257 | 336 | 166 |
Decimal | 175 | 222 | 118 |
Hex | AF | DE | 76 |
Shades of #afde76
Tints of #afde76
RGB Percentages of Color #afde76
CMYK Percentages of Color #afde76
Complementary Color
#afde76 | #a576de |
#afde76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afde76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afde76 Color CSS Codes
.mybgcolor {background-color:#afde76; } .myforecolor {color:#afde76; } .mybordercolor {border:3px solid #afde76; }
#afde76 Text Font Color
<p style="color:#afde76">Text here</p>
This sample text font color is #afde76
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.
#afde76 Background Color
<div style="background-color:#afde76">
Div content here</div>
This div background color is #afde76
#afde76 Border Color
<div style="border:3px solid #afde76">
Div here</div>
This div border color is #afde76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,222,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afde76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afde76; -webkit-box-shadow: 1px 1px 3px 2px #afde76; box-shadow: 1px 1px 3px 2px #afde76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,222,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afde76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afde76; -webkit-box-shadow: 1px 1px 3px 2px #afde76; box-shadow: 1px 1px 3px 2px #afde76;">
Div content here</div>
This div box has shadow with color #afde76
Comments
No comments written yet.
Please login to write comment.