Color Hex Logo

#aec24e Color Hex

#AEC24E
(174,194,78)
0 Favorites   0 Comments

Color spaces of #aec24e

RGB 17419478
HSL0.200.490.53
HSV70°60°76°
CMYK 0.100.000.60   0.24
XYZ38.122548.132314.4889
Yxy48.13230.37840.4778
Hunter Lab69.3774-23.325836.1820
CIE-Lab74.9083-23.108354.6315

#aec24e color RGB value is (174,194,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 01001110
Octal 256 302 116
Decimal 174 194 78
Hex AE C2 4E

RGB Percentages of Color #aec24e

%39.01
%43.50
%17.49

CMYK Percentages of Color #aec24e

%10
%0
%60
%24

Triadic Colors of #aec24e

#aec24e #4eaec2 #c24eae

Analogous Colors of #aec24e

#aec24e #74c24e #c29c4e

Monochromatic Colors of #aec24e

#aec24e

Complementary Color

#aec24e #624ec2

#aec24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec24e Color CSS Codes

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

#aec24e Text Font Color

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

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


#aec24e Background Color

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

This div background color is #aec24e


#aec24e Border Color

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

This div border color is #aec24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec24e


Comments

No comments written yet.

Please login to write comment.