Color Hex Logo

#ae997c Color Hex

#AE997C
(174,153,124)
0 Favorites   0 Comments

Color spaces of #ae997c

RGB 174153124
HSL0.100.240.58
HSV35°29°68°
CMYK 0.000.120.29   0.32
XYZ32.484933.236423.7719
Yxy33.23640.36300.3714
Hunter Lab57.6510-0.309015.9080
CIE-Lab64.35193.239318.1087

#ae997c color RGB value is (174,153,124).

#ae997c hex color red value is 174, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ae997c hue: 0.10 , saturation: 0.24 and the lightness value of ae997c is 0.58.

The process color (four color CMYK) of #ae997c color hex is 0.00, 0.12, 0.29, 0.32. Web safe color of #ae997c is #999966. Color #ae997c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01111100
Octal 256 231 174
Decimal 174 153 124
Hex AE 99 7C

RGB Percentages of Color #ae997c

%38.58
%33.92
%27.49

CMYK Percentages of Color #ae997c

%0
%12
%29
%32

Triadic Colors of #ae997c

#ae997c #7cae99 #997cae

Analogous Colors of #ae997c

#ae997c #aaae7c #ae807c

Monochromatic Colors of #ae997c

#ae997c

Complementary Color

#ae997c #7c91ae

#ae997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae997c Color CSS Codes

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

#ae997c Text Font Color

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

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


#ae997c Background Color

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

This div background color is #ae997c


#ae997c Border Color

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

This div border color is #ae997c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae997c


Comments

No comments written yet.

Please login to write comment.