Color Hex Logo

#aaeba2 Color Hex

#AAEBA2
(170,235,162)
0 Favorites   0 Comments

Color spaces of #aaeba2

RGB 170235162
HSL0.320.650.78
HSV113°31°92°
CMYK 0.280.000.31   0.08
XYZ52.807570.571345.0208
Yxy70.57130.31360.4191
Hunter Lab84.0067-34.804827.0301
CIE-Lab87.2763-34.111829.0644

#aaeba2 color RGB value is (170,235,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10100010
Octal 252 353 242
Decimal 170 235 162
Hex AA EB A2

RGB Percentages of Color #aaeba2

%29.98
%41.45
%28.57

CMYK Percentages of Color #aaeba2

%28
%0
%31
%8

Triadic Colors of #aaeba2

#aaeba2 #a2aaeb #eba2aa

Analogous Colors of #aaeba2

#aaeba2 #a2ebbf #cfeba2

Monochromatic Colors of #aaeba2

#aaeba2

Complementary Color

#aaeba2 #e3a2eb

#aaeba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeba2 Color CSS Codes

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

#aaeba2 Text Font Color

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

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


#aaeba2 Background Color

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

This div background color is #aaeba2


#aaeba2 Border Color

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

This div border color is #aaeba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeba2


Comments

No comments written yet.

Please login to write comment.