Color spaces of #aaefbd
RGB | 170 | 239 | 189 |
---|---|---|---|
HSL | 0.38 | 0.68 | 0.80 |
HSV | 137° | 29° | 94° |
CMYK | 0.29 | 0.00 | 0.21 0.06 |
XYZ | 56.6294 | 73.9532 | 59.4338 |
Yxy | 73.9532 | 0.2980 | 0.3892 |
Hunter Lab | 85.9960 | -32.9487 | 19.2206 |
CIE-Lab | 88.9004 | -31.4257 | 17.4116 |
#aaefbd color RGB value is (170,239,189).
#aaefbd hex color red value is 170, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aaefbd hue: 0.38 , saturation: 0.68 and the lightness value of aaefbd is 0.80.
The process color (four color CMYK) of #aaefbd color hex is 0.29, 0.00, 0.21, 0.06. Web safe color of #aaefbd is #99ffcc. Color #aaefbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101111 | 10111101 |
Octal | 252 | 357 | 275 |
Decimal | 170 | 239 | 189 |
Hex | AA | EF | BD |
Shades of #aaefbd
Tints of #aaefbd
RGB Percentages of Color #aaefbd
CMYK Percentages of Color #aaefbd
Complementary Color
#aaefbd | #efaadc |
#aaefbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaefbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaefbd Color CSS Codes
.mybgcolor {background-color:#aaefbd; } .myforecolor {color:#aaefbd; } .mybordercolor {border:3px solid #aaefbd; }
#aaefbd Text Font Color
<p style="color:#aaefbd">Text here</p>
This sample text font color is #aaefbd
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.
#aaefbd Background Color
<div style="background-color:#aaefbd">
Div content here</div>
This div background color is #aaefbd
#aaefbd Border Color
<div style="border:3px solid #aaefbd">
Div here</div>
This div border color is #aaefbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,239,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaefbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaefbd; -webkit-box-shadow: 1px 1px 3px 2px #aaefbd; box-shadow: 1px 1px 3px 2px #aaefbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,239,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaefbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaefbd; -webkit-box-shadow: 1px 1px 3px 2px #aaefbd; box-shadow: 1px 1px 3px 2px #aaefbd;">
Div content here</div>
This div box has shadow with color #aaefbd
Comments
No comments written yet.
Please login to write comment.