Color Hex Logo

#aec36a Color Hex

#AEC36A
(174,195,106)
0 Favorites   0 Comments

Color spaces of #aec36a

RGB 174195106
HSL0.210.430.59
HSV74°46°76°
CMYK 0.110.000.46   0.24
XYZ39.572249.069521.0214
Yxy49.06950.36090.4475
Hunter Lab70.0496-21.749231.2422
CIE-Lab75.4945-21.019242.1565

#aec36a color RGB value is (174,195,106).

#aec36a hex color red value is 174, green value is 195 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aec36a hue: 0.21 , saturation: 0.43 and the lightness value of aec36a is 0.59.

The process color (four color CMYK) of #aec36a color hex is 0.11, 0.00, 0.46, 0.24. Web safe color of #aec36a is #99cc66. Color #aec36a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 01101010
Octal 256 303 152
Decimal 174 195 106
Hex AE C3 6A

RGB Percentages of Color #aec36a

%36.63
%41.05
%22.32

CMYK Percentages of Color #aec36a

%11
%0
%46
%24

Triadic Colors of #aec36a

#aec36a #6aaec3 #c36aae

Analogous Colors of #aec36a

#aec36a #82c36a #c3ac6a

Monochromatic Colors of #aec36a

#aec36a

Complementary Color

#aec36a #7f6ac3

#aec36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec36a Color CSS Codes

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

#aec36a Text Font Color

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

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


#aec36a Background Color

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

This div background color is #aec36a


#aec36a Border Color

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

This div border color is #aec36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec36a


Comments

No comments written yet.

Please login to write comment.