Color spaces of #afea6a
RGB | 175 | 234 | 106 |
---|---|---|---|
HSL | 0.24 | 0.75 | 0.67 |
HSV | 88° | 55° | 92° |
CMYK | 0.25 | 0.00 | 0.55 0.08 |
XYZ | 49.7035 | 69.0002 | 24.3344 |
Yxy | 69.0002 | 0.3475 | 0.4824 |
Hunter Lab | 83.0664 | -38.5591 | 40.7774 |
CIE-Lab | 86.5041 | -39.0003 | 55.3598 |
#afea6a color RGB value is (175,234,106).
#afea6a hex color red value is 175, green value is 234 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afea6a hue: 0.24 , saturation: 0.75 and the lightness value of afea6a is 0.67.
The process color (four color CMYK) of #afea6a color hex is 0.25, 0.00, 0.55, 0.08. Web safe color of #afea6a is #99ff66. Color #afea6a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101010 | 01101010 |
Octal | 257 | 352 | 152 |
Decimal | 175 | 234 | 106 |
Hex | AF | EA | 6A |
Shades of #afea6a
Tints of #afea6a
RGB Percentages of Color #afea6a
CMYK Percentages of Color #afea6a
Complementary Color
#afea6a | #a56aea |
#afea6a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afea6a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afea6a Color CSS Codes
.mybgcolor {background-color:#afea6a; } .myforecolor {color:#afea6a; } .mybordercolor {border:3px solid #afea6a; }
#afea6a Text Font Color
<p style="color:#afea6a">Text here</p>
This sample text font color is #afea6a
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.
#afea6a Background Color
<div style="background-color:#afea6a">
Div content here</div>
This div background color is #afea6a
#afea6a Border Color
<div style="border:3px solid #afea6a">
Div here</div>
This div border color is #afea6a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,234,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afea6a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afea6a; -webkit-box-shadow: 1px 1px 3px 2px #afea6a; box-shadow: 1px 1px 3px 2px #afea6a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,234,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 #afea6a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afea6a; -webkit-box-shadow: 1px 1px 3px 2px #afea6a; box-shadow: 1px 1px 3px 2px #afea6a;">
Div content here</div>
This div box has shadow with color #afea6a
Comments
No comments written yet.
Please login to write comment.