Color Hex Logo

#aec55a Color Hex

#AEC55A
(174,197,90)
0 Favorites   0 Comments

Color spaces of #aec55a

RGB 17419790
HSL0.200.480.56
HSV73°54°77°
CMYK 0.120.000.54   0.23
XYZ39.267349.669417.1904
Yxy49.66940.37000.4680
Hunter Lab70.4765-23.879334.8717
CIE-Lab75.8659-23.581250.2945

#aec55a color RGB value is (174,197,90).

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

The process color (four color CMYK) of #aec55a color hex is 0.12, 0.00, 0.54, 0.23. Web safe color of #aec55a is #99cc66. Color #aec55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 01011010
Octal 256 305 132
Decimal 174 197 90
Hex AE C5 5A

RGB Percentages of Color #aec55a

%37.74
%42.73
%19.52

CMYK Percentages of Color #aec55a

%12
%0
%54
%23

Triadic Colors of #aec55a

#aec55a #5aaec5 #c55aae

Analogous Colors of #aec55a

#aec55a #79c55a #c5a75a

Monochromatic Colors of #aec55a

#aec55a

Complementary Color

#aec55a #715ac5

#aec55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec55a Color CSS Codes

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

#aec55a Text Font Color

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

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


#aec55a Background Color

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

This div background color is #aec55a


#aec55a Border Color

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

This div border color is #aec55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec55a


Comments

No comments written yet.

Please login to write comment.