Color Hex Logo

#aaeba8 Color Hex

#AAEBA8
(170,235,168)
0 Favorites   0 Comments

Color spaces of #aaeba8

RGB 170235168
HSL0.330.630.79
HSV118°29°92°
CMYK 0.280.000.29   0.08
XYZ53.353870.789947.8976
Yxy70.78990.31010.4115
Hunter Lab84.1367-34.046725.1429
CIE-Lab87.3828-33.158426.1397

#aaeba8 color RGB value is (170,235,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10101000
Octal 252 353 250
Decimal 170 235 168
Hex AA EB A8

RGB Percentages of Color #aaeba8

%29.67
%41.01
%29.32

CMYK Percentages of Color #aaeba8

%28
%0
%29
%8

Triadic Colors of #aaeba8

#aaeba8 #a8aaeb #eba8aa

Analogous Colors of #aaeba8

#aaeba8 #a8ebc8 #cceba8

Monochromatic Colors of #aaeba8

#aaeba8

Complementary Color

#aaeba8 #e9a8eb

#aaeba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeba8 Color CSS Codes

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

#aaeba8 Text Font Color

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

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


#aaeba8 Background Color

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

This div background color is #aaeba8


#aaeba8 Border Color

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

This div border color is #aaeba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeba8


Comments

No comments written yet.

Please login to write comment.