Color Hex Logo

#aec02e Color Hex

#AEC02E
(174,192,46)
0 Favorites   0 Comments

Color spaces of #aec02e

RGB 17419246
HSL0.190.610.47
HSV67°76°75°
CMYK 0.090.000.76   0.25
XYZ36.798346.89529.6970
Yxy46.89520.39400.5021
Hunter Lab68.4801-23.921839.5404
CIE-Lab74.1227-24.041966.0693

#aec02e color RGB value is (174,192,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00101110
Octal 256 300 56
Decimal 174 192 46
Hex AE C0 2E

RGB Percentages of Color #aec02e

%42.23
%46.60
%11.17

CMYK Percentages of Color #aec02e

%9
%0
%76
%25

Triadic Colors of #aec02e

#aec02e #2eaec0 #c02eae

Analogous Colors of #aec02e

#aec02e #65c02e #c0892e

Monochromatic Colors of #aec02e

#aec02e

Complementary Color

#aec02e #402ec0

#aec02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec02e Color CSS Codes

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

#aec02e Text Font Color

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

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


#aec02e Background Color

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

This div background color is #aec02e


#aec02e Border Color

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

This div border color is #aec02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec02e


Comments

No comments written yet.

Please login to write comment.