Color Hex Logo

#aec98c Color Hex

#AEC98C
(174,201,140)
0 Favorites   0 Comments

Color spaces of #aec98c

RGB 174201140
HSL0.240.360.67
HSV87°30°79°
CMYK 0.130.000.30   0.21
XYZ43.075852.665432.7060
Yxy52.66540.33540.4100
Hunter Lab72.5709-21.047224.0791
CIE-Lab77.6770-19.718027.5694

#aec98c color RGB value is (174,201,140).

#aec98c hex color red value is 174, green value is 201 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aec98c hue: 0.24 , saturation: 0.36 and the lightness value of aec98c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 10001100
Octal 256 311 214
Decimal 174 201 140
Hex AE C9 8C

RGB Percentages of Color #aec98c

%33.79
%39.03
%27.18

CMYK Percentages of Color #aec98c

%13
%0
%30
%21

Triadic Colors of #aec98c

#aec98c #8caec9 #c98cae

Analogous Colors of #aec98c

#aec98c #90c98c #c9c68c

Monochromatic Colors of #aec98c

#aec98c

Complementary Color

#aec98c #a78cc9

#aec98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec98c Color CSS Codes

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

#aec98c Text Font Color

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

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


#aec98c Background Color

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

This div background color is #aec98c


#aec98c Border Color

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

This div border color is #aec98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec98c


Comments

No comments written yet.

Please login to write comment.