Color Hex Logo

#aaebc1 Color Hex

#AAEBC1
(170,235,193)
0 Favorites   0 Comments

Color spaces of #aaebc1

RGB 170235193
HSL0.390.620.79
HSV141°28°92°
CMYK 0.280.000.18   0.08
XYZ55.911571.813061.3665
Yxy71.81300.29570.3798
Hunter Lab84.7426-30.528616.3848
CIE-Lab87.8785-28.806613.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

BaseRedGreenBlue
Binary 10101010 11101011 11000001
Octal 252 353 301
Decimal 170 235 193
Hex AA EB C1

RGB Percentages of Color #aaebc1

%28.43
%39.30
%32.27

CMYK Percentages of Color #aaebc1

%28
%0
%18
%8

Triadic Colors of #aaebc1

#aaebc1 #c1aaeb #ebc1aa

Analogous Colors of #aaebc1

#aaebc1 #aaebe2 #b4ebaa

Monochromatic Colors of #aaebc1

#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.