Color Hex Logo

#aec91e Color Hex

#AEC91E
(174,201,30)
0 Favorites   0 Comments

Color spaces of #aec91e

RGB 17420130
HSL0.190.740.45
HSV69°85°79°
CMYK 0.130.000.85   0.21
XYZ38.576550.86579.0132
Yxy50.86570.39180.5166
Hunter Lab71.3202-28.261242.4313
CIE-Lab76.5976-28.931772.4872

#aec91e color RGB value is (174,201,30).

#aec91e hex color red value is 174, green value is 201 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aec91e hue: 0.19 , saturation: 0.74 and the lightness value of aec91e is 0.45.

The process color (four color CMYK) of #aec91e color hex is 0.13, 0.00, 0.85, 0.21. Web safe color of #aec91e is #99cc33. Color #aec91e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 00011110
Octal 256 311 36
Decimal 174 201 30
Hex AE C9 1E

RGB Percentages of Color #aec91e

%42.96
%49.63
%7.41

CMYK Percentages of Color #aec91e

%13
%0
%85
%21

Triadic Colors of #aec91e

#aec91e #1eaec9 #c91eae

Analogous Colors of #aec91e

#aec91e #59c91e #c98f1e

Monochromatic Colors of #aec91e

#aec91e

Complementary Color

#aec91e #391ec9

#aec91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec91e Color CSS Codes

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

#aec91e Text Font Color

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

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


#aec91e Background Color

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

This div background color is #aec91e


#aec91e Border Color

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

This div border color is #aec91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec91e


Comments

No comments written yet.

Please login to write comment.