Color Hex Logo

#aedca9 Color Hex

#AEDCA9
(174,220,169)
0 Favorites   0 Comments

Color spaces of #aedca9

RGB 174220169
HSL0.320.420.76
HSV114°23°86°
CMYK 0.210.000.23   0.14
XYZ50.210263.049647.0596
Yxy63.04960.31320.3933
Hunter Lab79.4038-26.083920.4437
CIE-Lab83.4685-24.551320.2831

#aedca9 color RGB value is (174,220,169).

#aedca9 hex color red value is 174, green value is 220 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aedca9 hue: 0.32 , saturation: 0.42 and the lightness value of aedca9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10101001
Octal 256 334 251
Decimal 174 220 169
Hex AE DC A9

RGB Percentages of Color #aedca9

%30.91
%39.08
%30.02

CMYK Percentages of Color #aedca9

%21
%0
%23
%14

Triadic Colors of #aedca9

#aedca9 #a9aedc #dca9ae

Analogous Colors of #aedca9

#aedca9 #a9dcbe #c8dca9

Monochromatic Colors of #aedca9

#aedca9

Complementary Color

#aedca9 #d7a9dc

#aedca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedca9 Color CSS Codes

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

#aedca9 Text Font Color

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

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


#aedca9 Background Color

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

This div background color is #aedca9


#aedca9 Border Color

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

This div border color is #aedca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedca9


Comments

No comments written yet.

Please login to write comment.