Color Hex Logo

#aec860 Color Hex

#AEC860
(174,200,96)
0 Favorites   0 Comments

Color spaces of #aec860

RGB 17420096
HSL0.210.490.58
HSV75°52°78°
CMYK 0.130.000.52   0.22
XYZ40.221251.151818.8197
Yxy51.15180.36500.4642
Hunter Lab71.5205-24.777234.4629
CIE-Lab76.7709-24.490648.5423

#aec860 color RGB value is (174,200,96).

#aec860 hex color red value is 174, green value is 200 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aec860 hue: 0.21 , saturation: 0.49 and the lightness value of aec860 is 0.58.

The process color (four color CMYK) of #aec860 color hex is 0.13, 0.00, 0.52, 0.22. Web safe color of #aec860 is #99cc66. Color #aec860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 01100000
Octal 256 310 140
Decimal 174 200 96
Hex AE C8 60

RGB Percentages of Color #aec860

%37.02
%42.55
%20.43

CMYK Percentages of Color #aec860

%13
%0
%52
%22

Triadic Colors of #aec860

#aec860 #60aec8 #c860ae

Analogous Colors of #aec860

#aec860 #7ac860 #c8ae60

Monochromatic Colors of #aec860

#aec860

Complementary Color

#aec860 #7a60c8

#aec860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec860 Color CSS Codes

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

#aec860 Text Font Color

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

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


#aec860 Background Color

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

This div background color is #aec860


#aec860 Border Color

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

This div border color is #aec860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec860


Comments

No comments written yet.

Please login to write comment.