Color Hex Logo

#aeca8f Color Hex

#AECA8F
(174,202,143)
0 Favorites   0 Comments

Color spaces of #aeca8f

RGB 174202143
HSL0.250.360.68
HSV88°29°79°
CMYK 0.140.000.29   0.21
XYZ43.534053.222933.9652
Yxy53.22290.33300.4071
Hunter Lab72.9540-21.152923.4642
CIE-Lab78.0064-19.780826.4400

#aeca8f color RGB value is (174,202,143).

#aeca8f hex color red value is 174, green value is 202 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aeca8f hue: 0.25 , saturation: 0.36 and the lightness value of aeca8f is 0.68.

The process color (four color CMYK) of #aeca8f color hex is 0.14, 0.00, 0.29, 0.21. Web safe color of #aeca8f is #99cc99. Color #aeca8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10001111
Octal 256 312 217
Decimal 174 202 143
Hex AE CA 8F

RGB Percentages of Color #aeca8f

%33.53
%38.92
%27.55

CMYK Percentages of Color #aeca8f

%14
%0
%29
%21

Triadic Colors of #aeca8f

#aeca8f #8faeca #ca8fae

Analogous Colors of #aeca8f

#aeca8f #91ca8f #cac98f

Monochromatic Colors of #aeca8f

#aeca8f

Complementary Color

#aeca8f #ab8fca

#aeca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca8f Color CSS Codes

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

#aeca8f Text Font Color

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

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


#aeca8f Background Color

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

This div background color is #aeca8f


#aeca8f Border Color

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

This div border color is #aeca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca8f


Comments

No comments written yet.

Please login to write comment.