Color Hex Logo

#aec99d Color Hex

#AEC99D
(174,201,157)
0 Favorites   0 Comments

Color spaces of #aec99d

RGB 174201157
HSL0.270.290.70
HSV97°22°79°
CMYK 0.130.000.22   0.21
XYZ44.428053.206339.8265
Yxy53.20630.32320.3871
Hunter Lab72.9426-18.928618.6877
CIE-Lab77.9966-17.118319.0309

#aec99d color RGB value is (174,201,157).

#aec99d hex color red value is 174, green value is 201 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aec99d hue: 0.27 , saturation: 0.29 and the lightness value of aec99d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 10011101
Octal 256 311 235
Decimal 174 201 157
Hex AE C9 9D

RGB Percentages of Color #aec99d

%32.71
%37.78
%29.51

CMYK Percentages of Color #aec99d

%13
%0
%22
%21

Triadic Colors of #aec99d

#aec99d #9daec9 #c99dae

Analogous Colors of #aec99d

#aec99d #9dc9a2 #c4c99d

Monochromatic Colors of #aec99d

#aec99d

Complementary Color

#aec99d #b89dc9

#aec99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec99d Color CSS Codes

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

#aec99d Text Font Color

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

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


#aec99d Background Color

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

This div background color is #aec99d


#aec99d Border Color

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

This div border color is #aec99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec99d

#aec99d Color Palettes


Comments

No comments written yet.

Please login to write comment.