Color Hex Logo

#aedeaa Color Hex

#AEDEAA
(174,222,170)
0 Favorites   0 Comments

Color spaces of #aedeaa

RGB 174222170
HSL0.320.440.77
HSV115°23°87°
CMYK 0.220.000.23   0.13
XYZ50.832564.143547.7320
Yxy64.14350.31240.3942
Hunter Lab80.0896-26.863820.7270
CIE-Lab84.0404-25.353620.5525

#aedeaa color RGB value is (174,222,170).

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

The process color (four color CMYK) of #aedeaa color hex is 0.22, 0.00, 0.23, 0.13. Web safe color of #aedeaa is #99cc99. Color #aedeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10101010
Octal 256 336 252
Decimal 174 222 170
Hex AE DE AA

RGB Percentages of Color #aedeaa

%30.74
%39.22
%30.04

CMYK Percentages of Color #aedeaa

%22
%0
%23
%13

Triadic Colors of #aedeaa

#aedeaa #aaaede #deaaae

Analogous Colors of #aedeaa

#aedeaa #aadec0 #c8deaa

Monochromatic Colors of #aedeaa

#aedeaa

Complementary Color

#aedeaa #daaade

#aedeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeaa Color CSS Codes

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

#aedeaa Text Font Color

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

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


#aedeaa Background Color

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

This div background color is #aedeaa


#aedeaa Border Color

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

This div border color is #aedeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeaa


Comments

No comments written yet.

Please login to write comment.