Color Hex Logo

#aec18a Color Hex

#AEC18A
(174,193,138)
0 Favorites   0 Comments

Color spaces of #aec18a

RGB 174193138
HSL0.220.310.65
HSV81°28°76°
CMYK 0.100.000.28   0.24
XYZ41.113048.973631.3307
Yxy48.97360.33860.4033
Hunter Lab69.9811-17.600622.4425
CIE-Lab75.4349-15.978025.6081

#aec18a color RGB value is (174,193,138).

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

The process color (four color CMYK) of #aec18a color hex is 0.10, 0.00, 0.28, 0.24. Web safe color of #aec18a is #99cc99. Color #aec18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 10001010
Octal 256 301 212
Decimal 174 193 138
Hex AE C1 8A

RGB Percentages of Color #aec18a

%34.46
%38.22
%27.33

CMYK Percentages of Color #aec18a

%10
%0
%28
%24

Triadic Colors of #aec18a

#aec18a #8aaec1 #c18aae

Analogous Colors of #aec18a

#aec18a #93c18a #c1b98a

Monochromatic Colors of #aec18a

#aec18a

Complementary Color

#aec18a #9d8ac1

#aec18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec18a Color CSS Codes

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

#aec18a Text Font Color

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

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


#aec18a Background Color

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

This div background color is #aec18a


#aec18a Border Color

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

This div border color is #aec18a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,193,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 #aec18a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec18a


Comments

No comments written yet.

Please login to write comment.