Color Hex Logo

#aecc82 Color Hex

#AECC82
(174,204,130)
0 Favorites   0 Comments

Color spaces of #aecc82

RGB 174204130
HSL0.230.420.65
HSV84°36°80°
CMYK 0.150.000.36   0.20
XYZ43.077753.796129.2323
Yxy53.79610.34160.4266
Hunter Lab73.3458-23.518027.7118
CIE-Lab78.3427-22.581633.6377

#aecc82 color RGB value is (174,204,130).

#aecc82 hex color red value is 174, green value is 204 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aecc82 hue: 0.23 , saturation: 0.42 and the lightness value of aecc82 is 0.65.

The process color (four color CMYK) of #aecc82 color hex is 0.15, 0.00, 0.36, 0.20. Web safe color of #aecc82 is #99cc99. Color #aecc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10000010
Octal 256 314 202
Decimal 174 204 130
Hex AE CC 82

RGB Percentages of Color #aecc82

%34.25
%40.16
%25.59

CMYK Percentages of Color #aecc82

%15
%0
%36
%20

Triadic Colors of #aecc82

#aecc82 #82aecc #cc82ae

Analogous Colors of #aecc82

#aecc82 #89cc82 #ccc582

Monochromatic Colors of #aecc82

#aecc82

Complementary Color

#aecc82 #a082cc

#aecc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc82 Color CSS Codes

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

#aecc82 Text Font Color

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

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


#aecc82 Background Color

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

This div background color is #aecc82


#aecc82 Border Color

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

This div border color is #aecc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc82


Comments

No comments written yet.

Please login to write comment.