Color Hex Logo

#aaeda8 Color Hex

#AAEDA8
(170,237,168)
0 Favorites   0 Comments

Color spaces of #aaeda8

RGB 170237168
HSL0.330.660.79
HSV118°29°93°
CMYK 0.280.000.29   0.07
XYZ53.929671.941648.0895
Yxy71.94160.31000.4136
Hunter Lab84.8184-34.937525.7572
CIE-Lab87.9405-34.083526.8983

#aaeda8 color RGB value is (170,237,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10101000
Octal 252 355 250
Decimal 170 237 168
Hex AA ED A8

RGB Percentages of Color #aaeda8

%29.57
%41.22
%29.22

CMYK Percentages of Color #aaeda8

%28
%0
%29
%7

Triadic Colors of #aaeda8

#aaeda8 #a8aaed #eda8aa

Analogous Colors of #aaeda8

#aaeda8 #a8edc9 #cdeda8

Monochromatic Colors of #aaeda8

#aaeda8

Complementary Color

#aaeda8 #eba8ed

#aaeda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeda8 Color CSS Codes

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

#aaeda8 Text Font Color

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

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


#aaeda8 Background Color

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

This div background color is #aaeda8


#aaeda8 Border Color

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

This div border color is #aaeda8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,237,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 #aaeda8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeda8


Comments

No comments written yet.

Please login to write comment.