Color Hex Logo

#aecb6e Color Hex

#AECB6E
(174,203,110)
0 Favorites   0 Comments

Color spaces of #aecb6e

RGB 174203110
HSL0.220.470.61
HSV79°46°80°
CMYK 0.140.000.46   0.20
XYZ41.626052.836322.7564
Yxy52.83630.35510.4507
Hunter Lab72.6886-24.984832.3203
CIE-Lab77.7782-24.512442.9974

#aecb6e color RGB value is (174,203,110).

#aecb6e hex color red value is 174, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aecb6e hue: 0.22 , saturation: 0.47 and the lightness value of aecb6e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01101110
Octal 256 313 156
Decimal 174 203 110
Hex AE CB 6E

RGB Percentages of Color #aecb6e

%35.73
%41.68
%22.59

CMYK Percentages of Color #aecb6e

%14
%0
%46
%20

Triadic Colors of #aecb6e

#aecb6e #6eaecb #cb6eae

Analogous Colors of #aecb6e

#aecb6e #80cb6e #cbba6e

Monochromatic Colors of #aecb6e

#aecb6e

Complementary Color

#aecb6e #8b6ecb

#aecb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb6e Color CSS Codes

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

#aecb6e Text Font Color

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

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


#aecb6e Background Color

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

This div background color is #aecb6e


#aecb6e Border Color

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

This div border color is #aecb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb6e


Comments

No comments written yet.

Please login to write comment.