Color spaces of #aaebc1
RGB | 170 | 235 | 193 |
---|---|---|---|
HSL | 0.39 | 0.62 | 0.79 |
HSV | 141° | 28° | 92° |
CMYK | 0.28 | 0.00 | 0.18 0.08 |
XYZ | 55.9115 | 71.8130 | 61.3665 |
Yxy | 71.8130 | 0.2957 | 0.3798 |
Hunter Lab | 84.7426 | -30.5286 | 16.3848 |
CIE-Lab | 87.8785 | -28.8066 | 13.8969 |
#aaebc1 color RGB value is (170,235,193).
#aaebc1 hex color red value is 170, green value is 235 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #aaebc1 hue: 0.39 , saturation: 0.62 and the lightness value of aaebc1 is 0.79.
The process color (four color CMYK) of #aaebc1 color hex is 0.28, 0.00, 0.18, 0.08. Web safe color of #aaebc1 is #99ffcc. Color #aaebc1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101011 | 11000001 |
Octal | 252 | 353 | 301 |
Decimal | 170 | 235 | 193 |
Hex | AA | EB | C1 |
Shades of #aaebc1
Tints of #aaebc1
RGB Percentages of Color #aaebc1
CMYK Percentages of Color #aaebc1
Complementary Color
#aaebc1 | #ebaad4 |
#aaebc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaebc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaebc1 Color CSS Codes
.mybgcolor {background-color:#aaebc1; } .myforecolor {color:#aaebc1; } .mybordercolor {border:3px solid #aaebc1; }
#aaebc1 Text Font Color
<p style="color:#aaebc1">Text here</p>
This sample text font color is #aaebc1
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.
#aaebc1 Background Color
<div style="background-color:#aaebc1">
Div content here</div>
This div background color is #aaebc1
#aaebc1 Border Color
<div style="border:3px solid #aaebc1">
Div here</div>
This div border color is #aaebc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,235,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaebc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaebc1; -webkit-box-shadow: 1px 1px 3px 2px #aaebc1; box-shadow: 1px 1px 3px 2px #aaebc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,235,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaebc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaebc1; -webkit-box-shadow: 1px 1px 3px 2px #aaebc1; box-shadow: 1px 1px 3px 2px #aaebc1;">
Div content here</div>
This div box has shadow with color #aaebc1
Comments
No comments written yet.
Please login to write comment.