Color spaces of #afeb7a
RGB | 175 | 235 | 122 |
---|---|---|---|
HSL | 0.26 | 0.74 | 0.70 |
HSV | 92° | 48° | 92° |
CMYK | 0.26 | 0.00 | 0.48 0.08 |
XYZ | 50.9004 | 69.9358 | 29.2286 |
Yxy | 69.9358 | 0.3392 | 0.4660 |
Hunter Lab | 83.6276 | -37.7034 | 37.8170 |
CIE-Lab | 86.9654 | -37.7805 | 48.5098 |
#afeb7a color RGB value is (175,235,122).
#afeb7a hex color red value is 175, green value is 235 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #afeb7a hue: 0.26 , saturation: 0.74 and the lightness value of afeb7a is 0.70.
The process color (four color CMYK) of #afeb7a color hex is 0.26, 0.00, 0.48, 0.08. Web safe color of #afeb7a is #99ff66. Color #afeb7a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101011 | 01111010 |
Octal | 257 | 353 | 172 |
Decimal | 175 | 235 | 122 |
Hex | AF | EB | 7A |
Shades of #afeb7a
Tints of #afeb7a
RGB Percentages of Color #afeb7a
CMYK Percentages of Color #afeb7a
Complementary Color
#afeb7a | #b67aeb |
#afeb7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeb7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeb7a Color CSS Codes
.mybgcolor {background-color:#afeb7a; } .myforecolor {color:#afeb7a; } .mybordercolor {border:3px solid #afeb7a; }
#afeb7a Text Font Color
<p style="color:#afeb7a">Text here</p>
This sample text font color is #afeb7a
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.
#afeb7a Background Color
<div style="background-color:#afeb7a">
Div content here</div>
This div background color is #afeb7a
#afeb7a Border Color
<div style="border:3px solid #afeb7a">
Div here</div>
This div border color is #afeb7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,235,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeb7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeb7a; -webkit-box-shadow: 1px 1px 3px 2px #afeb7a; box-shadow: 1px 1px 3px 2px #afeb7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,235,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afeb7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeb7a; -webkit-box-shadow: 1px 1px 3px 2px #afeb7a; box-shadow: 1px 1px 3px 2px #afeb7a;">
Div content here</div>
This div box has shadow with color #afeb7a
Comments
No comments written yet.
Please login to write comment.