Color spaces of #aeeddb
RGB | 174 | 237 | 219 |
---|---|---|---|
HSL | 0.45 | 0.64 | 0.81 |
HSV | 163° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.08 0.07 |
XYZ | 60.5259 | 74.6815 | 78.2428 |
Yxy | 74.6815 | 0.2836 | 0.3499 |
Hunter Lab | 86.4185 | -26.2142 | 6.8121 |
CIE-Lab | 89.2436 | -23.4687 | 2.3149 |
#aeeddb color RGB value is (174,237,219).
#aeeddb hex color red value is 174, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aeeddb hue: 0.45 , saturation: 0.64 and the lightness value of aeeddb is 0.81.
The process color (four color CMYK) of #aeeddb color hex is 0.27, 0.00, 0.08, 0.07. Web safe color of #aeeddb is #99ffcc. Color #aeeddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101101 | 11011011 |
Octal | 256 | 355 | 333 |
Decimal | 174 | 237 | 219 |
Hex | AE | ED | DB |
Shades of #aeeddb
Tints of #aeeddb
RGB Percentages of Color #aeeddb
CMYK Percentages of Color #aeeddb
Complementary Color
#aeeddb | #edaec0 |
#aeeddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeeddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeeddb Color CSS Codes
.mybgcolor {background-color:#aeeddb; } .myforecolor {color:#aeeddb; } .mybordercolor {border:3px solid #aeeddb; }
#aeeddb Text Font Color
<p style="color:#aeeddb">Text here</p>
This sample text font color is #aeeddb
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.
#aeeddb Background Color
<div style="background-color:#aeeddb">
Div content here</div>
This div background color is #aeeddb
#aeeddb Border Color
<div style="border:3px solid #aeeddb">
Div here</div>
This div border color is #aeeddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,237,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeeddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeeddb; -webkit-box-shadow: 1px 1px 3px 2px #aeeddb; box-shadow: 1px 1px 3px 2px #aeeddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,237,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeeddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeeddb; -webkit-box-shadow: 1px 1px 3px 2px #aeeddb; box-shadow: 1px 1px 3px 2px #aeeddb;">
Div content here</div>
This div box has shadow with color #aeeddb
Comments
No comments written yet.
Please login to write comment.