Color Hex Logo

#aaebc2 Color Hex

#AAEBC2
(170,235,194)
0 Favorites   0 Comments

Color spaces of #aaebc2

RGB 170235194
HSL0.390.620.79
HSV142°28°92°
CMYK 0.280.000.17   0.08
XYZ56.023571.857861.9561
Yxy71.85780.29510.3785
Hunter Lab84.7690-30.375716.0043
CIE-Lab87.9001-28.620213.4068

#aaebc2 color RGB value is (170,235,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11000010
Octal 252 353 302
Decimal 170 235 194
Hex AA EB C2

RGB Percentages of Color #aaebc2

%28.38
%39.23
%32.39

CMYK Percentages of Color #aaebc2

%28
%0
%17
%8

Triadic Colors of #aaebc2

#aaebc2 #c2aaeb #ebc2aa

Analogous Colors of #aaebc2

#aaebc2 #aaebe3 #b3ebaa

Monochromatic Colors of #aaebc2

#aaebc2

Complementary Color

#aaebc2 #ebaad3

#aaebc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebc2 Color CSS Codes

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

#aaebc2 Text Font Color

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

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


#aaebc2 Background Color

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

This div background color is #aaebc2


#aaebc2 Border Color

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

This div border color is #aaebc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebc2


Comments

No comments written yet.

Please login to write comment.