Color Hex Logo

#aec063 Color Hex

#AEC063
(174,192,99)
0 Favorites   0 Comments

Color spaces of #aec063

RGB 17419299
HSL0.200.420.57
HSV72°48°75°
CMYK 0.090.000.48   0.25
XYZ38.557347.598818.9597
Yxy47.59880.36680.4528
Hunter Lab68.9919-20.978032.0008
CIE-Lab74.5712-20.258644.4742

#aec063 color RGB value is (174,192,99).

#aec063 hex color red value is 174, green value is 192 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aec063 hue: 0.20 , saturation: 0.42 and the lightness value of aec063 is 0.57.

The process color (four color CMYK) of #aec063 color hex is 0.09, 0.00, 0.48, 0.25. Web safe color of #aec063 is #99cc66. Color #aec063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 01100011
Octal 256 300 143
Decimal 174 192 99
Hex AE C0 63

RGB Percentages of Color #aec063

%37.42
%41.29
%21.29

CMYK Percentages of Color #aec063

%9
%0
%48
%25

Triadic Colors of #aec063

#aec063 #63aec0 #c063ae

Analogous Colors of #aec063

#aec063 #80c063 #c0a463

Monochromatic Colors of #aec063

#aec063

Complementary Color

#aec063 #7563c0

#aec063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec063 Color CSS Codes

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

#aec063 Text Font Color

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

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


#aec063 Background Color

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

This div background color is #aec063


#aec063 Border Color

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

This div border color is #aec063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec063


Comments

No comments written yet.

Please login to write comment.