Color Hex Logo

#aec90e Color Hex

#AEC90E
(174,201,14)
0 Favorites   0 Comments

Color spaces of #aec90e

RGB 17420114
HSL0.190.870.42
HSV69°93°79°
CMYK 0.130.000.93   0.21
XYZ38.421550.80378.1965
Yxy50.80370.39440.5215
Hunter Lab71.2767-28.514443.0756
CIE-Lab76.5599-29.266075.1388

#aec90e color RGB value is (174,201,14).

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

The process color (four color CMYK) of #aec90e color hex is 0.13, 0.00, 0.93, 0.21. Web safe color of #aec90e is #99cc00. Color #aec90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 00001110
Octal 256 311 16
Decimal 174 201 14
Hex AE C9 E

RGB Percentages of Color #aec90e

%44.73
%51.67
%3.60

CMYK Percentages of Color #aec90e

%13
%0
%93
%21

Triadic Colors of #aec90e

#aec90e #0eaec9 #c90eae

Analogous Colors of #aec90e

#aec90e #51c90e #c9870e

Monochromatic Colors of #aec90e

#aec90e

Complementary Color

#aec90e #290ec9

#aec90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec90e Color CSS Codes

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

#aec90e Text Font Color

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

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


#aec90e Background Color

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

This div background color is #aec90e


#aec90e Border Color

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

This div border color is #aec90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec90e


Comments

No comments written yet.

Please login to write comment.