Color Hex Logo

#aaebca Color Hex

#AAEBCA
(170,235,202)
0 Favorites   0 Comments

Color spaces of #aaebca

RGB 170235202
HSL0.420.620.79
HSV150°28°92°
CMYK 0.280.000.14   0.08
XYZ56.946672.227066.8169
Yxy72.22700.29060.3685
Hunter Lab84.9865-29.119412.8764
CIE-Lab88.0777-27.09589.4875

#aaebca color RGB value is (170,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11001010
Octal 252 353 312
Decimal 170 235 202
Hex AA EB CA

RGB Percentages of Color #aaebca

%28.01
%38.71
%33.28

CMYK Percentages of Color #aaebca

%28
%0
%14
%8

Triadic Colors of #aaebca

#aaebca #caaaeb #ebcaaa

Analogous Colors of #aaebca

#aaebca #aaebeb #abebaa

Monochromatic Colors of #aaebca

#aaebca

Complementary Color

#aaebca #ebaacb

#aaebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebca Color CSS Codes

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

#aaebca Text Font Color

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

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


#aaebca Background Color

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

This div background color is #aaebca


#aaebca Border Color

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

This div border color is #aaebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebca


Comments

No comments written yet.

Please login to write comment.