Color spaces of #aaebed
RGB | 170 | 235 | 237 |
---|---|---|---|
HSL | 0.50 | 0.65 | 0.80 |
HSV | 182° | 28° | 93° |
CMYK | 0.28 | 0.01 | 0.00 0.07 |
XYZ | 61.5720 | 74.0771 | 91.1739 |
Yxy | 74.0771 | 0.2715 | 0.3266 |
Hunter Lab | 86.0681 | -22.9224 | -2.5596 |
CIE-Lab | 88.9589 | -19.7774 | -7.5460 |
#aaebed color RGB value is (170,235,237).
#aaebed hex color red value is 170, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaebed hue: 0.50 , saturation: 0.65 and the lightness value of aaebed is 0.80.
The process color (four color CMYK) of #aaebed color hex is 0.28, 0.01, 0.00, 0.07. Web safe color of #aaebed is #99ffff. Color #aaebed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101011 | 11101101 |
Octal | 252 | 353 | 355 |
Decimal | 170 | 235 | 237 |
Hex | AA | EB | ED |
Shades of #aaebed
Tints of #aaebed
RGB Percentages of Color #aaebed
CMYK Percentages of Color #aaebed
Complementary Color
#aaebed | #edacaa |
#aaebed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaebed Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaebed Color CSS Codes
.mybgcolor {background-color:#aaebed; } .myforecolor {color:#aaebed; } .mybordercolor {border:3px solid #aaebed; }
#aaebed Text Font Color
<p style="color:#aaebed">Text here</p>
This sample text font color is #aaebed
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.
#aaebed Background Color
<div style="background-color:#aaebed">
Div content here</div>
This div background color is #aaebed
#aaebed Border Color
<div style="border:3px solid #aaebed">
Div here</div>
This div border color is #aaebed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,235,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaebed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaebed; -webkit-box-shadow: 1px 1px 3px 2px #aaebed; box-shadow: 1px 1px 3px 2px #aaebed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,235,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaebed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaebed; -webkit-box-shadow: 1px 1px 3px 2px #aaebed; box-shadow: 1px 1px 3px 2px #aaebed;">
Div content here</div>
This div box has shadow with color #aaebed
Comments
No comments written yet.
Please login to write comment.