Color Hex Logo

#aaedac Color Hex

#AAEDAC
(170,237,172)
0 Favorites   0 Comments

Color spaces of #aaedac

RGB 170237172
HSL0.340.650.80
HSV122°28°93°
CMYK 0.280.000.27   0.07
XYZ54.308172.093050.0827
Yxy72.09300.30770.4085
Hunter Lab84.9076-34.417224.4631
CIE-Lab88.0133-33.431524.9481

#aaedac color RGB value is (170,237,172).

#aaedac hex color red value is 170, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aaedac hue: 0.34 , saturation: 0.65 and the lightness value of aaedac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10101100
Octal 252 355 254
Decimal 170 237 172
Hex AA ED AC

RGB Percentages of Color #aaedac

%29.36
%40.93
%29.71

CMYK Percentages of Color #aaedac

%28
%0
%27
%7

Triadic Colors of #aaedac

#aaedac #acaaed #edacaa

Analogous Colors of #aaedac

#aaedac #aaedce #caedaa

Monochromatic Colors of #aaedac

#aaedac

Complementary Color

#aaedac #edaaeb

#aaedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedac Color CSS Codes

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

#aaedac Text Font Color

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

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


#aaedac Background Color

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

This div background color is #aaedac


#aaedac Border Color

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

This div border color is #aaedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedac


Comments

No comments written yet.

Please login to write comment.