Color Hex Logo

#aec013 Color Hex

#AEC013
(174,192,19)
0 Favorites   0 Comments

Color spaces of #aec013

RGB 17419219
HSL0.180.820.41
HSV66°90°75°
CMYK 0.090.000.90   0.25
XYZ36.422746.74507.7191
Yxy46.74500.40070.5143
Hunter Lab68.3703-24.556341.1653
CIE-Lab74.0264-24.870872.4429

#aec013 color RGB value is (174,192,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00010011
Octal 256 300 23
Decimal 174 192 19
Hex AE C0 13

RGB Percentages of Color #aec013

%45.19
%49.87
%4.94

CMYK Percentages of Color #aec013

%9
%0
%90
%25

Triadic Colors of #aec013

#aec013 #13aec0 #c013ae

Analogous Colors of #aec013

#aec013 #57c013 #c07c13

Monochromatic Colors of #aec013

#aec013

Complementary Color

#aec013 #2513c0

#aec013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec013 Color CSS Codes

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

#aec013 Text Font Color

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

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


#aec013 Background Color

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

This div background color is #aec013


#aec013 Border Color

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

This div border color is #aec013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec013


Comments

No comments written yet.

Please login to write comment.