Color Hex Logo

#aec019 Color Hex

#AEC019
(174,192,25)
0 Favorites   0 Comments

Color spaces of #aec019

RGB 17419225
HSL0.180.770.43
HSV66°87°75°
CMYK 0.090.000.87   0.25
XYZ36.480746.76818.0241
Yxy46.76810.39970.5124
Hunter Lab68.3872-24.458040.9144
CIE-Lab74.0412-24.742171.3923

#aec019 color RGB value is (174,192,25).

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

The process color (four color CMYK) of #aec019 color hex is 0.09, 0.00, 0.87, 0.25. Web safe color of #aec019 is #99cc00. Color #aec019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00011001
Octal 256 300 31
Decimal 174 192 25
Hex AE C0 19

RGB Percentages of Color #aec019

%44.50
%49.10
%6.39

CMYK Percentages of Color #aec019

%9
%0
%87
%25

Triadic Colors of #aec019

#aec019 #19aec0 #c019ae

Analogous Colors of #aec019

#aec019 #5bc019 #c07f19

Monochromatic Colors of #aec019

#aec019

Complementary Color

#aec019 #2b19c0

#aec019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec019 Color CSS Codes

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

#aec019 Text Font Color

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

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


#aec019 Background Color

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

This div background color is #aec019


#aec019 Border Color

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

This div border color is #aec019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,192,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 #aec019">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec019


Comments

No comments written yet.

Please login to write comment.