Color Hex Logo

#aecb7f Color Hex

#AECB7F
(174,203,127)
0 Favorites   0 Comments

Color spaces of #aecb7f

RGB 174203127
HSL0.230.420.65
HSV83°37°80°
CMYK 0.140.000.37   0.20
XYZ42.642353.242828.1081
Yxy53.24280.34390.4294
Hunter Lab72.9677-23.378028.2381
CIE-Lab78.0181-22.481034.7537

#aecb7f color RGB value is (174,203,127).

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

The process color (four color CMYK) of #aecb7f color hex is 0.14, 0.00, 0.37, 0.20. Web safe color of #aecb7f is #99cc66. Color #aecb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01111111
Octal 256 313 177
Decimal 174 203 127
Hex AE CB 7F

RGB Percentages of Color #aecb7f

%34.52
%40.28
%25.20

CMYK Percentages of Color #aecb7f

%14
%0
%37
%20

Triadic Colors of #aecb7f

#aecb7f #7faecb #cb7fae

Analogous Colors of #aecb7f

#aecb7f #88cb7f #cbc27f

Monochromatic Colors of #aecb7f

#aecb7f

Complementary Color

#aecb7f #9c7fcb

#aecb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb7f Color CSS Codes

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

#aecb7f Text Font Color

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

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


#aecb7f Background Color

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

This div background color is #aecb7f


#aecb7f Border Color

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

This div border color is #aecb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb7f


Comments

No comments written yet.

Please login to write comment.