Color Hex Logo

#aecc80 Color Hex

#AECC80
(174,204,128)
0 Favorites   0 Comments

Color spaces of #aecc80

RGB 174204128
HSL0.230.430.65
HSV84°37°80°
CMYK 0.150.000.37   0.20
XYZ42.944753.742928.5321
Yxy53.74290.34300.4292
Hunter Lab73.3095-23.726528.2410
CIE-Lab78.3116-22.843234.6225

#aecc80 color RGB value is (174,204,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 10000000
Octal 256 314 200
Decimal 174 204 128
Hex AE CC 80

RGB Percentages of Color #aecc80

%34.39
%40.32
%25.30

CMYK Percentages of Color #aecc80

%15
%0
%37
%20

Triadic Colors of #aecc80

#aecc80 #80aecc #cc80ae

Analogous Colors of #aecc80

#aecc80 #88cc80 #ccc480

Monochromatic Colors of #aecc80

#aecc80

Complementary Color

#aecc80 #9e80cc

#aecc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc80 Color CSS Codes

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

#aecc80 Text Font Color

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

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


#aecc80 Background Color

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

This div background color is #aecc80


#aecc80 Border Color

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

This div border color is #aecc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc80


Comments

No comments written yet.

Please login to write comment.