Color spaces of #aeecbd
RGB | 174 | 236 | 189 |
---|---|---|---|
HSL | 0.37 | 0.62 | 0.80 |
HSV | 135° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.20 0.07 |
XYZ | 56.6363 | 72.6637 | 59.1846 |
Yxy | 72.6637 | 0.3005 | 0.3855 |
Hunter Lab | 85.2430 | -30.5781 | 18.5048 |
CIE-Lab | 88.2871 | -28.7652 | 16.5830 |
#aeecbd color RGB value is (174,236,189).
#aeecbd hex color red value is 174, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aeecbd hue: 0.37 , saturation: 0.62 and the lightness value of aeecbd is 0.80.
The process color (four color CMYK) of #aeecbd color hex is 0.26, 0.00, 0.20, 0.07. Web safe color of #aeecbd is #99ffcc. Color #aeecbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101100 | 10111101 |
Octal | 256 | 354 | 275 |
Decimal | 174 | 236 | 189 |
Hex | AE | EC | BD |
Shades of #aeecbd
Tints of #aeecbd
RGB Percentages of Color #aeecbd
CMYK Percentages of Color #aeecbd
Complementary Color
#aeecbd | #ecaedd |
#aeecbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeecbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeecbd Color CSS Codes
.mybgcolor {background-color:#aeecbd; } .myforecolor {color:#aeecbd; } .mybordercolor {border:3px solid #aeecbd; }
#aeecbd Text Font Color
<p style="color:#aeecbd">Text here</p>
This sample text font color is #aeecbd
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.
#aeecbd Background Color
<div style="background-color:#aeecbd">
Div content here</div>
This div background color is #aeecbd
#aeecbd Border Color
<div style="border:3px solid #aeecbd">
Div here</div>
This div border color is #aeecbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,236,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeecbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeecbd; -webkit-box-shadow: 1px 1px 3px 2px #aeecbd; box-shadow: 1px 1px 3px 2px #aeecbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,236,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 #aeecbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeecbd; -webkit-box-shadow: 1px 1px 3px 2px #aeecbd; box-shadow: 1px 1px 3px 2px #aeecbd;">
Div content here</div>
This div box has shadow with color #aeecbd
Comments
No comments written yet.
Please login to write comment.