Color Hex Logo

#aecb5a Color Hex

#AECB5A
(174,203,90)
0 Favorites   0 Comments

Color spaces of #aecb5a

RGB 17420390
HSL0.210.520.57
HSV75°56°80°
CMYK 0.140.000.56   0.20
XYZ40.657052.448717.6536
Yxy52.44870.36710.4735
Hunter Lab72.4215-26.528736.2424
CIE-Lab77.5484-26.491052.2331

#aecb5a color RGB value is (174,203,90).

#aecb5a hex color red value is 174, green value is 203 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aecb5a hue: 0.21 , saturation: 0.52 and the lightness value of aecb5a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01011010
Octal 256 313 132
Decimal 174 203 90
Hex AE CB 5A

RGB Percentages of Color #aecb5a

%37.26
%43.47
%19.27

CMYK Percentages of Color #aecb5a

%14
%0
%56
%20

Triadic Colors of #aecb5a

#aecb5a #5aaecb #cb5aae

Analogous Colors of #aecb5a

#aecb5a #76cb5a #cbb05a

Monochromatic Colors of #aecb5a

#aecb5a

Complementary Color

#aecb5a #775acb

#aecb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb5a Color CSS Codes

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

#aecb5a Text Font Color

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

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


#aecb5a Background Color

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

This div background color is #aecb5a


#aecb5a Border Color

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

This div border color is #aecb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb5a


Comments

No comments written yet.

Please login to write comment.