Color Hex Logo

#aec38a Color Hex

#AEC38A
(174,195,138)
0 Favorites   0 Comments

Color spaces of #aec38a

RGB 174195138
HSL0.230.320.65
HSV82°29°76°
CMYK 0.110.000.29   0.24
XYZ41.558149.863931.4791
Yxy49.86390.33810.4057
Hunter Lab70.6144-18.524022.9992
CIE-Lab75.9856-16.992226.3495

#aec38a color RGB value is (174,195,138).

#aec38a hex color red value is 174, green value is 195 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aec38a hue: 0.23 , saturation: 0.32 and the lightness value of aec38a is 0.65.

The process color (four color CMYK) of #aec38a color hex is 0.11, 0.00, 0.29, 0.24. Web safe color of #aec38a is #99cc99. Color #aec38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 10001010
Octal 256 303 212
Decimal 174 195 138
Hex AE C3 8A

RGB Percentages of Color #aec38a

%34.32
%38.46
%27.22

CMYK Percentages of Color #aec38a

%11
%0
%29
%24

Triadic Colors of #aec38a

#aec38a #8aaec3 #c38aae

Analogous Colors of #aec38a

#aec38a #92c38a #c3bc8a

Monochromatic Colors of #aec38a

#aec38a

Complementary Color

#aec38a #9f8ac3

#aec38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec38a Color CSS Codes

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

#aec38a Text Font Color

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

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


#aec38a Background Color

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

This div background color is #aec38a


#aec38a Border Color

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

This div border color is #aec38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec38a


Comments

No comments written yet.

Please login to write comment.