Color Hex Logo

#aec320 Color Hex

#AEC320
(174,195,32)
0 Favorites   0 Comments

Color spaces of #aec320

RGB 17419532
HSL0.190.720.45
HSV68°84°76°
CMYK 0.110.000.84   0.24
XYZ37.231448.13328.6948
Yxy48.13320.39580.5117
Hunter Lab69.3781-25.620641.1342
CIE-Lab74.9089-26.006570.6143

#aec320 color RGB value is (174,195,32).

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

The process color (four color CMYK) of #aec320 color hex is 0.11, 0.00, 0.84, 0.24. Web safe color of #aec320 is #99cc33. Color #aec320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 00100000
Octal 256 303 40
Decimal 174 195 32
Hex AE C3 20

RGB Percentages of Color #aec320

%43.39
%48.63
%7.98

CMYK Percentages of Color #aec320

%11
%0
%84
%24

Triadic Colors of #aec320

#aec320 #20aec3 #c320ae

Analogous Colors of #aec320

#aec320 #5dc320 #c38720

Monochromatic Colors of #aec320

#aec320

Complementary Color

#aec320 #3520c3

#aec320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec320 Color CSS Codes

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

#aec320 Text Font Color

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

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


#aec320 Background Color

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

This div background color is #aec320


#aec320 Border Color

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

This div border color is #aec320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec320


Comments

No comments written yet.

Please login to write comment.