Color spaces of #afee6d
RGB | 175 | 238 | 109 |
---|---|---|---|
HSL | 0.25 | 0.79 | 0.68 |
HSV | 89° | 54° | 93° |
CMYK | 0.26 | 0.00 | 0.54 0.07 |
XYZ | 51.0140 | 71.3672 | 25.5545 |
Yxy | 71.3672 | 0.3448 | 0.4824 |
Hunter Lab | 84.4791 | -40.0485 | 41.2005 |
CIE-Lab | 87.6631 | -40.4861 | 55.3625 |
#afee6d color RGB value is (175,238,109).
#afee6d hex color red value is 175, green value is 238 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afee6d hue: 0.25 , saturation: 0.79 and the lightness value of afee6d is 0.68.
The process color (four color CMYK) of #afee6d color hex is 0.26, 0.00, 0.54, 0.07. Web safe color of #afee6d is #99ff66. Color #afee6d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101110 | 01101101 |
Octal | 257 | 356 | 155 |
Decimal | 175 | 238 | 109 |
Hex | AF | EE | 6D |
Shades of #afee6d
Tints of #afee6d
RGB Percentages of Color #afee6d
CMYK Percentages of Color #afee6d
Complementary Color
#afee6d | #ac6dee |
#afee6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afee6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#afee6d Color CSS Codes
.mybgcolor {background-color:#afee6d; } .myforecolor {color:#afee6d; } .mybordercolor {border:3px solid #afee6d; }
#afee6d Text Font Color
<p style="color:#afee6d">Text here</p>
This sample text font color is #afee6d
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.
#afee6d Background Color
<div style="background-color:#afee6d">
Div content here</div>
This div background color is #afee6d
#afee6d Border Color
<div style="border:3px solid #afee6d">
Div here</div>
This div border color is #afee6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,238,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afee6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afee6d; -webkit-box-shadow: 1px 1px 3px 2px #afee6d; box-shadow: 1px 1px 3px 2px #afee6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,238,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afee6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afee6d; -webkit-box-shadow: 1px 1px 3px 2px #afee6d; box-shadow: 1px 1px 3px 2px #afee6d;">
Div content here</div>
This div box has shadow with color #afee6d
Comments
No comments written yet.
Please login to write comment.