Color Hex Logo

#aec020 Color Hex

#AEC020
(174,192,32)
0 Favorites   0 Comments

Color spaces of #aec020

RGB 17419232
HSL0.190.710.44
HSV67°83°75°
CMYK 0.090.000.83   0.25
XYZ36.565946.80228.4730
Yxy46.80220.39810.5096
Hunter Lab68.4121-24.314040.5453
CIE-Lab74.0631-24.553769.8947

#aec020 color RGB value is (174,192,32).

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

The process color (four color CMYK) of #aec020 color hex is 0.09, 0.00, 0.83, 0.25. Web safe color of #aec020 is #99cc33. Color #aec020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00100000
Octal 256 300 40
Decimal 174 192 32
Hex AE C0 20

RGB Percentages of Color #aec020

%43.72
%48.24
%8.04

CMYK Percentages of Color #aec020

%9
%0
%83
%25

Triadic Colors of #aec020

#aec020 #20aec0 #c020ae

Analogous Colors of #aec020

#aec020 #5ec020 #c08220

Monochromatic Colors of #aec020

#aec020

Complementary Color

#aec020 #3220c0

#aec020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec020 Color CSS Codes

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

#aec020 Text Font Color

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

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


#aec020 Background Color

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

This div background color is #aec020


#aec020 Border Color

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

This div border color is #aec020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec020


Comments

No comments written yet.

Please login to write comment.