Color Hex Logo

#ae986c Color Hex

#AE986C
(174,152,108)
0 Favorites   0 Comments

Color spaces of #ae986c

RGB 174152108
HSL0.110.290.55
HSV40°38°68°
CMYK 0.000.130.38   0.32
XYZ31.390632.537918.8133
Yxy32.53790.37940.3932
Hunter Lab57.0420-1.593720.3747
CIE-Lab63.78501.712526.1655

#ae986c color RGB value is (174,152,108).

#ae986c hex color red value is 174, green value is 152 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ae986c hue: 0.11 , saturation: 0.29 and the lightness value of ae986c is 0.55.

The process color (four color CMYK) of #ae986c color hex is 0.00, 0.13, 0.38, 0.32. Web safe color of #ae986c is #999966. Color #ae986c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 01101100
Octal 256 230 154
Decimal 174 152 108
Hex AE 98 6C

RGB Percentages of Color #ae986c

%40.09
%35.02
%24.88

CMYK Percentages of Color #ae986c

%0
%13
%38
%32

Triadic Colors of #ae986c

#ae986c #6cae98 #986cae

Analogous Colors of #ae986c

#ae986c #a3ae6c #ae776c

Monochromatic Colors of #ae986c

#ae986c

Complementary Color

#ae986c #6c82ae

#ae986c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae986c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae986c Color CSS Codes

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

#ae986c Text Font Color

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

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


#ae986c Background Color

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

This div background color is #ae986c


#ae986c Border Color

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

This div border color is #ae986c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae986c


Comments

No comments written yet.

Please login to write comment.