Color Hex Logo

#aec03e Color Hex

#AEC03E
(174,192,62)
0 Favorites   0 Comments

Color spaces of #aec03e

RGB 17419262
HSL0.190.510.50
HSV68°68°75°
CMYK 0.090.000.68   0.25
XYZ37.174747.045711.6789
Yxy47.04570.38760.4906
Hunter Lab68.5899-23.287937.9175
CIE-Lab74.2190-23.218760.5237

#aec03e color RGB value is (174,192,62).

#aec03e hex color red value is 174, green value is 192 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aec03e hue: 0.19 , saturation: 0.51 and the lightness value of aec03e is 0.50.

The process color (four color CMYK) of #aec03e color hex is 0.09, 0.00, 0.68, 0.25. Web safe color of #aec03e is #99cc33. Color #aec03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00111110
Octal 256 300 76
Decimal 174 192 62
Hex AE C0 3E

RGB Percentages of Color #aec03e

%40.65
%44.86
%14.49

CMYK Percentages of Color #aec03e

%9
%0
%68
%25

Triadic Colors of #aec03e

#aec03e #3eaec0 #c03eae

Analogous Colors of #aec03e

#aec03e #6dc03e #c0913e

Monochromatic Colors of #aec03e

#aec03e

Complementary Color

#aec03e #503ec0

#aec03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec03e Color CSS Codes

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

#aec03e Text Font Color

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

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


#aec03e Background Color

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

This div background color is #aec03e


#aec03e Border Color

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

This div border color is #aec03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec03e


Comments

No comments written yet.

Please login to write comment.