Color Hex Logo

#aeca5f Color Hex

#AECA5F
(174,202,95)
0 Favorites   0 Comments

Color spaces of #aeca5f

RGB 17420295
HSL0.210.500.58
HSV76°53°79°
CMYK 0.140.000.53   0.21
XYZ40.641652.066018.7342
Yxy52.06600.36470.4672
Hunter Lab72.1568-25.736035.1162
CIE-Lab77.3203-25.555549.6586

#aeca5f color RGB value is (174,202,95).

#aeca5f hex color red value is 174, green value is 202 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aeca5f hue: 0.21 , saturation: 0.50 and the lightness value of aeca5f is 0.58.

The process color (four color CMYK) of #aeca5f color hex is 0.14, 0.00, 0.53, 0.21. Web safe color of #aeca5f is #99cc66. Color #aeca5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 01011111
Octal 256 312 137
Decimal 174 202 95
Hex AE CA 5F

RGB Percentages of Color #aeca5f

%36.94
%42.89
%20.17

CMYK Percentages of Color #aeca5f

%14
%0
%53
%21

Triadic Colors of #aeca5f

#aeca5f #5faeca #ca5fae

Analogous Colors of #aeca5f

#aeca5f #79ca5f #cab15f

Monochromatic Colors of #aeca5f

#aeca5f

Complementary Color

#aeca5f #7b5fca

#aeca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca5f Color CSS Codes

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

#aeca5f Text Font Color

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

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


#aeca5f Background Color

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

This div background color is #aeca5f


#aeca5f Border Color

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

This div border color is #aeca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca5f


Comments

No comments written yet.

Please login to write comment.