Color Hex Logo

#aec419 Color Hex

#AEC419
(174,196,25)
0 Favorites   0 Comments

Color spaces of #aec419

RGB 17419625
HSL0.190.770.43
HSV68°87°77°
CMYK 0.110.000.87   0.23
XYZ37.371048.54878.3209
Yxy48.54870.39650.5152
Hunter Lab69.6769-26.196641.6933
CIE-Lab75.1697-26.674172.3167

#aec419 color RGB value is (174,196,25).

#aec419 hex color red value is 174, green value is 196 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aec419 hue: 0.19 , saturation: 0.77 and the lightness value of aec419 is 0.43.

The process color (four color CMYK) of #aec419 color hex is 0.11, 0.00, 0.87, 0.23. Web safe color of #aec419 is #99cc00. Color #aec419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 00011001
Octal 256 304 31
Decimal 174 196 25
Hex AE C4 19

RGB Percentages of Color #aec419

%44.05
%49.62
%6.33

CMYK Percentages of Color #aec419

%11
%0
%87
%23

Triadic Colors of #aec419

#aec419 #19aec4 #c419ae

Analogous Colors of #aec419

#aec419 #58c419 #c48519

Monochromatic Colors of #aec419

#aec419

Complementary Color

#aec419 #2f19c4

#aec419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec419 Color CSS Codes

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

#aec419 Text Font Color

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

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


#aec419 Background Color

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

This div background color is #aec419


#aec419 Border Color

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

This div border color is #aec419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec419


Comments

No comments written yet.

Please login to write comment.