Color Hex Logo

#aec024 Color Hex

#AEC024
(174,192,36)
0 Favorites   0 Comments

Color spaces of #aec024

RGB 17419236
HSL0.190.680.45
HSV67°81°75°
CMYK 0.090.000.81   0.25
XYZ36.623646.82538.7770
Yxy46.82530.39710.5077
Hunter Lab68.4290-24.216640.2955
CIE-Lab74.0779-24.426468.9110

#aec024 color RGB value is (174,192,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00100100
Octal 256 300 44
Decimal 174 192 36
Hex AE C0 24

RGB Percentages of Color #aec024

%43.28
%47.76
%8.96

CMYK Percentages of Color #aec024

%9
%0
%81
%25

Triadic Colors of #aec024

#aec024 #24aec0 #c024ae

Analogous Colors of #aec024

#aec024 #60c024 #c08424

Monochromatic Colors of #aec024

#aec024

Complementary Color

#aec024 #3624c0

#aec024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec024 Color CSS Codes

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

#aec024 Text Font Color

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

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


#aec024 Background Color

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

This div background color is #aec024


#aec024 Border Color

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

This div border color is #aec024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec024


Comments

No comments written yet.

Please login to write comment.