Color Hex Logo

#aecc7d Color Hex

#AECC7D
(174,204,125)
0 Favorites   0 Comments

Color spaces of #aecc7d

RGB 174204125
HSL0.230.440.65
HSV83°39°80°
CMYK 0.150.000.39   0.20
XYZ42.750153.665127.5073
Yxy53.66510.34500.4331
Hunter Lab73.2565-24.032029.0165
CIE-Lab78.2660-23.227336.0950

#aecc7d color RGB value is (174,204,125).

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

The process color (four color CMYK) of #aecc7d color hex is 0.15, 0.00, 0.39, 0.20. Web safe color of #aecc7d is #99cc66. Color #aecc7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 01111101
Octal 256 314 175
Decimal 174 204 125
Hex AE CC 7D

RGB Percentages of Color #aecc7d

%34.59
%40.56
%24.85

CMYK Percentages of Color #aecc7d

%15
%0
%39
%20

Triadic Colors of #aecc7d

#aecc7d #7daecc #cc7dae

Analogous Colors of #aecc7d

#aecc7d #87cc7d #ccc37d

Monochromatic Colors of #aecc7d

#aecc7d

Complementary Color

#aecc7d #9b7dcc

#aecc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc7d Color CSS Codes

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

#aecc7d Text Font Color

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

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


#aecc7d Background Color

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

This div background color is #aecc7d


#aecc7d Border Color

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

This div border color is #aecc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc7d


Comments

No comments written yet.

Please login to write comment.