Color Hex Logo

#ae9978 Color Hex

#AE9978
(174,153,120)
0 Favorites   0 Comments

Color spaces of #ae9978

RGB 174153120
HSL0.100.250.58
HSV37°31°68°
CMYK 0.000.120.31   0.32
XYZ32.237033.137222.4663
Yxy33.13720.36700.3772
Hunter Lab57.5649-0.776617.1559
CIE-Lab64.27182.692720.2171

#ae9978 color RGB value is (174,153,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01111000
Octal 256 231 170
Decimal 174 153 120
Hex AE 99 78

RGB Percentages of Color #ae9978

%38.93
%34.23
%26.85

CMYK Percentages of Color #ae9978

%0
%12
%31
%32

Triadic Colors of #ae9978

#ae9978 #78ae99 #9978ae

Analogous Colors of #ae9978

#ae9978 #a8ae78 #ae7e78

Monochromatic Colors of #ae9978

#ae9978

Complementary Color

#ae9978 #788dae

#ae9978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9978 Color CSS Codes

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

#ae9978 Text Font Color

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

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


#ae9978 Background Color

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

This div background color is #ae9978


#ae9978 Border Color

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

This div border color is #ae9978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9978


Comments

No comments written yet.

Please login to write comment.