Color Hex Logo

#aec519 Color Hex

#AEC519
(174,197,25)
0 Favorites   0 Comments

Color spaces of #aec519

RGB 17419725
HSL0.190.770.44
HSV68°87°77°
CMYK 0.120.000.87   0.23
XYZ37.597349.00148.3963
Yxy49.00140.39580.5158
Hunter Lab70.0010-26.630041.8891
CIE-Lab75.4522-27.153972.5482

#aec519 color RGB value is (174,197,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 00011001
Octal 256 305 31
Decimal 174 197 25
Hex AE C5 19

RGB Percentages of Color #aec519

%43.94
%49.75
%6.31

CMYK Percentages of Color #aec519

%12
%0
%87
%23

Triadic Colors of #aec519

#aec519 #19aec5 #c519ae

Analogous Colors of #aec519

#aec519 #58c519 #c58619

Monochromatic Colors of #aec519

#aec519

Complementary Color

#aec519 #3019c5

#aec519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec519 Color CSS Codes

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

#aec519 Text Font Color

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

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


#aec519 Background Color

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

This div background color is #aec519


#aec519 Border Color

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

This div border color is #aec519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec519


Comments

No comments written yet.

Please login to write comment.