Color Hex Logo

#ae988c Color Hex

#AE988C
(174,152,140)
0 Favorites   0 Comments

Color spaces of #ae988c

RGB 174152140
HSL0.060.170.62
HSV21°20°68°
CMYK 0.000.130.20   0.32
XYZ33.417433.348629.4866
Yxy33.34860.34720.3465
Hunter Lab57.74822.233810.1499
CIE-Lab64.44226.16359.2982

#ae988c color RGB value is (174,152,140).

#ae988c hex color red value is 174, green value is 152 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ae988c hue: 0.06 , saturation: 0.17 and the lightness value of ae988c is 0.62.

The process color (four color CMYK) of #ae988c color hex is 0.00, 0.13, 0.20, 0.32. Web safe color of #ae988c is #999999. Color #ae988c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 10001100
Octal 256 230 214
Decimal 174 152 140
Hex AE 98 8C

RGB Percentages of Color #ae988c

%37.34
%32.62
%30.04

CMYK Percentages of Color #ae988c

%0
%13
%20
%32

Triadic Colors of #ae988c

#ae988c #8cae98 #988cae

Analogous Colors of #ae988c

#ae988c #aea98c #ae8c91

Monochromatic Colors of #ae988c

#ae988c

Complementary Color

#ae988c #8ca2ae

#ae988c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae988c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae988c Color CSS Codes

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

#ae988c Text Font Color

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

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


#ae988c Background Color

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

This div background color is #ae988c


#ae988c Border Color

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

This div border color is #ae988c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae988c


Comments

No comments written yet.

Please login to write comment.