Color Hex Logo

#aeddaa Color Hex

#AEDDAA
(174,221,170)
0 Favorites   0 Comments

Color spaces of #aeddaa

RGB 174221170
HSL0.320.430.77
HSV115°23°87°
CMYK 0.210.000.23   0.13
XYZ50.567763.613947.6437
Yxy63.61390.31250.3931
Hunter Lab79.7583-26.406020.4139
CIE-Lab83.7643-24.869620.1702

#aeddaa color RGB value is (174,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10101010
Octal 256 335 252
Decimal 174 221 170
Hex AE DD AA

RGB Percentages of Color #aeddaa

%30.80
%39.12
%30.09

CMYK Percentages of Color #aeddaa

%21
%0
%23
%13

Triadic Colors of #aeddaa

#aeddaa #aaaedd #ddaaae

Analogous Colors of #aeddaa

#aeddaa #aaddc0 #c8ddaa

Monochromatic Colors of #aeddaa

#aeddaa

Complementary Color

#aeddaa #d9aadd

#aeddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddaa Color CSS Codes

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

#aeddaa Text Font Color

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

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


#aeddaa Background Color

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

This div background color is #aeddaa


#aeddaa Border Color

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

This div border color is #aeddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddaa


Comments

No comments written yet.

Please login to write comment.