Color Hex Logo

#aec24f Color Hex

#AEC24F
(174,194,79)
0 Favorites   0 Comments

Color spaces of #aec24f

RGB 17419479
HSL0.200.490.54
HSV70°59°76°
CMYK 0.100.000.59   0.24
XYZ38.158648.146814.6792
Yxy48.14680.37790.4768
Hunter Lab69.3879-23.266036.0286
CIE-Lab74.9174-23.031354.2022

#aec24f color RGB value is (174,194,79).

#aec24f hex color red value is 174, green value is 194 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aec24f hue: 0.20 , saturation: 0.49 and the lightness value of aec24f is 0.54.

The process color (four color CMYK) of #aec24f color hex is 0.10, 0.00, 0.59, 0.24. Web safe color of #aec24f is #99cc66. Color #aec24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01001111
Octal 256 302 117
Decimal 174 194 79
Hex AE C2 4F

RGB Percentages of Color #aec24f

%38.93
%43.40
%17.67

CMYK Percentages of Color #aec24f

%10
%0
%59
%24

Triadic Colors of #aec24f

#aec24f #4faec2 #c24fae

Analogous Colors of #aec24f

#aec24f #75c24f #c29d4f

Monochromatic Colors of #aec24f

#aec24f

Complementary Color

#aec24f #634fc2

#aec24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec24f Color CSS Codes

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

#aec24f Text Font Color

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

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


#aec24f Background Color

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

This div background color is #aec24f


#aec24f Border Color

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

This div border color is #aec24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec24f


Comments

No comments written yet.

Please login to write comment.