Color Hex Logo

#aaeba5 Color Hex

#AAEBA5
(170,235,165)
0 Favorites   0 Comments

Color spaces of #aaeba5

RGB 170235165
HSL0.320.640.78
HSV116°30°92°
CMYK 0.280.000.30   0.08
XYZ53.077470.679346.4423
Yxy70.67930.31190.4153
Hunter Lab84.0710-34.430026.0968
CIE-Lab87.3290-33.639627.6032

#aaeba5 color RGB value is (170,235,165).

#aaeba5 hex color red value is 170, green value is 235 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #aaeba5 hue: 0.32 , saturation: 0.64 and the lightness value of aaeba5 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10100101
Octal 252 353 245
Decimal 170 235 165
Hex AA EB A5

RGB Percentages of Color #aaeba5

%29.82
%41.23
%28.95

CMYK Percentages of Color #aaeba5

%28
%0
%30
%8

Triadic Colors of #aaeba5

#aaeba5 #a5aaeb #eba5aa

Analogous Colors of #aaeba5

#aaeba5 #a5ebc3 #cdeba5

Monochromatic Colors of #aaeba5

#aaeba5

Complementary Color

#aaeba5 #e6a5eb

#aaeba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeba5 Color CSS Codes

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

#aaeba5 Text Font Color

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

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


#aaeba5 Background Color

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

This div background color is #aaeba5


#aaeba5 Border Color

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

This div border color is #aaeba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeba5


Comments

No comments written yet.

Please login to write comment.