Color Hex Logo

#aaebea Color Hex

#AAEBEA
(170,235,234)
0 Favorites   0 Comments

Color spaces of #aaebea

RGB 170235234
HSL0.500.620.79
HSV179°28°92°
CMYK 0.280.000.00   0.08
XYZ61.137273.903288.8844
Yxy73.90320.27300.3300
Hunter Lab85.9670-23.4982-1.1252
CIE-Lab88.8767-20.4439-6.0964

#aaebea color RGB value is (170,235,234).

#aaebea hex color red value is 170, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aaebea hue: 0.50 , saturation: 0.62 and the lightness value of aaebea is 0.79.

The process color (four color CMYK) of #aaebea color hex is 0.28, 0.00, 0.00, 0.08. Web safe color of #aaebea is #99ffff. Color #aaebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11101010
Octal 252 353 352
Decimal 170 235 234
Hex AA EB EA

RGB Percentages of Color #aaebea

%26.60
%36.78
%36.62

CMYK Percentages of Color #aaebea

%28
%0
%0
%8

Triadic Colors of #aaebea

#aaebea #eaaaeb #ebeaaa

Analogous Colors of #aaebea

#aaebea #aacceb #aaebca

Monochromatic Colors of #aaebea

#aaebea

Complementary Color

#aaebea #ebaaab

#aaebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebea Color CSS Codes

.mybgcolor {background-color:#aaebea; } 
.myforecolor {color:#aaebea; }
.mybordercolor {border:3px solid #aaebea; }

#aaebea Text Font Color

<p style="color:#aaebea">Text here</p>

This sample text font color is #aaebea
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.


#aaebea Background Color

<div style="background-color:#aaebea">
Div content here</div>

This div background color is #aaebea


#aaebea Border Color

<div style="border:3px solid #aaebea">
Div here</div>

This div border color is #aaebea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,235,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaebea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaebea;
  -webkit-box-shadow: 1px 1px 3px 2px #aaebea;
  box-shadow:         1px 1px 3px 2px #aaebea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,235,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aaebea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aaebea;
  -webkit-box-shadow: 1px 1px 3px 2px #aaebea;
  box-shadow:         1px 1px 3px 2px #aaebea;">
Div content here</div>

This div box has shadow with color #aaebea


Comments

No comments written yet.

Please login to write comment.