Color Hex Logo

#aeca86 Color Hex

#AECA86
(174,202,134)
0 Favorites   0 Comments

Color spaces of #aeca86

RGB 174202134
HSL0.240.390.66
HSV85°34°79°
CMYK 0.140.000.34   0.21
XYZ42.879252.961030.5168
Yxy52.96100.33930.4191
Hunter Lab72.7743-22.181426.0797
CIE-Lab77.8520-21.057330.9288

#aeca86 color RGB value is (174,202,134).

#aeca86 hex color red value is 174, green value is 202 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aeca86 hue: 0.24 , saturation: 0.39 and the lightness value of aeca86 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 10000110
Octal 256 312 206
Decimal 174 202 134
Hex AE CA 86

RGB Percentages of Color #aeca86

%34.12
%39.61
%26.27

CMYK Percentages of Color #aeca86

%14
%0
%34
%21

Triadic Colors of #aeca86

#aeca86 #86aeca #ca86ae

Analogous Colors of #aeca86

#aeca86 #8cca86 #cac486

Monochromatic Colors of #aeca86

#aeca86

Complementary Color

#aeca86 #a286ca

#aeca86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca86 Color CSS Codes

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

#aeca86 Text Font Color

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

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


#aeca86 Background Color

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

This div background color is #aeca86


#aeca86 Border Color

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

This div border color is #aeca86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca86


Comments

No comments written yet.

Please login to write comment.