Color Hex Logo

#aec25a Color Hex

#AEC25A
(174,194,90)
0 Favorites   0 Comments

Color spaces of #aec25a

RGB 17419490
HSL0.200.460.56
HSV72°54°76°
CMYK 0.100.000.54   0.24
XYZ38.592848.320416.9656
Yxy48.32040.37150.4652
Hunter Lab69.5129-22.546334.1885
CIE-Lab75.0266-22.108049.3207

#aec25a color RGB value is (174,194,90).

#aec25a hex color red value is 174, green value is 194 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aec25a hue: 0.20 , saturation: 0.46 and the lightness value of aec25a is 0.56.

The process color (four color CMYK) of #aec25a color hex is 0.10, 0.00, 0.54, 0.24. Web safe color of #aec25a is #99cc66. Color #aec25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01011010
Octal 256 302 132
Decimal 174 194 90
Hex AE C2 5A

RGB Percentages of Color #aec25a

%37.99
%42.36
%19.65

CMYK Percentages of Color #aec25a

%10
%0
%54
%24

Triadic Colors of #aec25a

#aec25a #5aaec2 #c25aae

Analogous Colors of #aec25a

#aec25a #7ac25a #c2a25a

Monochromatic Colors of #aec25a

#aec25a

Complementary Color

#aec25a #6e5ac2

#aec25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec25a Color CSS Codes

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

#aec25a Text Font Color

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

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


#aec25a Background Color

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

This div background color is #aec25a


#aec25a Border Color

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

This div border color is #aec25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec25a


Comments

No comments written yet.

Please login to write comment.