Color Hex Logo

#aeedaa Color Hex

#AEEDAA
(174,237,170)
0 Favorites   0 Comments

Color spaces of #aeedaa

RGB 174237170
HSL0.320.650.80
HSV116°28°93°
CMYK 0.270.000.28   0.07
XYZ54.995472.469349.1196
Yxy72.46930.31140.4104
Hunter Lab85.1289-33.660125.3797
CIE-Lab88.1940-32.467226.2556

#aeedaa color RGB value is (174,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10101010
Octal 256 355 252
Decimal 174 237 170
Hex AE ED AA

RGB Percentages of Color #aeedaa

%29.95
%40.79
%29.26

CMYK Percentages of Color #aeedaa

%27
%0
%28
%7

Triadic Colors of #aeedaa

#aeedaa #aaaeed #edaaae

Analogous Colors of #aeedaa

#aeedaa #aaedc8 #d0edaa

Monochromatic Colors of #aeedaa

#aeedaa

Complementary Color

#aeedaa #e9aaed

#aeedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedaa Color CSS Codes

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

#aeedaa Text Font Color

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

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


#aeedaa Background Color

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

This div background color is #aeedaa


#aeedaa Border Color

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

This div border color is #aeedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedaa


Comments

No comments written yet.

Please login to write comment.