Color Hex Logo

#aecb6a Color Hex

#AECB6A
(174,203,106)
0 Favorites   0 Comments

Color spaces of #aecb6a

RGB 174203106
HSL0.220.480.61
HSV78°48°80°
CMYK 0.140.000.48   0.20
XYZ41.413052.751221.6350
Yxy52.75120.35760.4555
Hunter Lab72.6300-25.323433.1797
CIE-Lab77.7279-24.944044.8931

#aecb6a color RGB value is (174,203,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01101010
Octal 256 313 152
Decimal 174 203 106
Hex AE CB 6A

RGB Percentages of Color #aecb6a

%36.02
%42.03
%21.95

CMYK Percentages of Color #aecb6a

%14
%0
%48
%20

Triadic Colors of #aecb6a

#aecb6a #6aaecb #cb6aae

Analogous Colors of #aecb6a

#aecb6a #7ecb6a #cbb86a

Monochromatic Colors of #aecb6a

#aecb6a

Complementary Color

#aecb6a #876acb

#aecb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb6a Color CSS Codes

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

#aecb6a Text Font Color

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

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


#aecb6a Background Color

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

This div background color is #aecb6a


#aecb6a Border Color

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

This div border color is #aecb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb6a


Comments

No comments written yet.

Please login to write comment.