Color Hex Logo

#aec219 Color Hex

#AEC219
(174,194,25)
0 Favorites   0 Comments

Color spaces of #aec219

RGB 17419425
HSL0.190.770.43
HSV67°87°76°
CMYK 0.100.000.87   0.24
XYZ36.922847.65248.1715
Yxy47.65240.39810.5138
Hunter Lab69.0307-25.328641.3031
CIE-Lab74.6052-25.711071.8544

#aec219 color RGB value is (174,194,25).

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

The process color (four color CMYK) of #aec219 color hex is 0.10, 0.00, 0.87, 0.24. Web safe color of #aec219 is #99cc00. Color #aec219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00011001
Octal 256 302 31
Decimal 174 194 25
Hex AE C2 19

RGB Percentages of Color #aec219

%44.27
%49.36
%6.36

CMYK Percentages of Color #aec219

%10
%0
%87
%24

Triadic Colors of #aec219

#aec219 #19aec2 #c219ae

Analogous Colors of #aec219

#aec219 #59c219 #c28219

Monochromatic Colors of #aec219

#aec219

Complementary Color

#aec219 #2d19c2

#aec219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec219 Color CSS Codes

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

#aec219 Text Font Color

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

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


#aec219 Background Color

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

This div background color is #aec219


#aec219 Border Color

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

This div border color is #aec219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec219


Comments

No comments written yet.

Please login to write comment.