Color Hex Logo

#ae978e Color Hex

#AE978E
(174,151,142)
0 Favorites   0 Comments

Color spaces of #ae978e

RGB 174151142
HSL0.050.160.62
HSV17°18°68°
CMYK 0.000.130.18   0.32
XYZ33.404733.084930.2166
Yxy33.08490.34540.3421
Hunter Lab57.51953.00569.1169
CIE-Lab64.22967.03527.8726

#ae978e color RGB value is (174,151,142).

#ae978e hex color red value is 174, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae978e hue: 0.05 , saturation: 0.16 and the lightness value of ae978e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 10001110
Octal 256 227 216
Decimal 174 151 142
Hex AE 97 8E

RGB Percentages of Color #ae978e

%37.26
%32.33
%30.41

CMYK Percentages of Color #ae978e

%0
%13
%18
%32

Triadic Colors of #ae978e

#ae978e #8eae97 #978eae

Analogous Colors of #ae978e

#ae978e #aea78e #ae8e95

Monochromatic Colors of #ae978e

#ae978e

Complementary Color

#ae978e #8ea5ae

#ae978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae978e Color CSS Codes

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

#ae978e Text Font Color

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

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


#ae978e Background Color

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

This div background color is #ae978e


#ae978e Border Color

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

This div border color is #ae978e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae978e


Comments

No comments written yet.

Please login to write comment.