Color Hex Logo

#ae954d Color Hex

#AE954D
(174,149,77)
0 Favorites   0 Comments

Color spaces of #ae954d

RGB 17414977
HSL0.120.390.49
HSV45°56°68°
CMYK 0.000.140.56   0.32
XYZ29.542631.029411.4534
Yxy31.02940.41020.4308
Hunter Lab55.7040-2.814726.8021
CIE-Lab62.53240.191540.9900

#ae954d color RGB value is (174,149,77).

#ae954d hex color red value is 174, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae954d hue: 0.12 , saturation: 0.39 and the lightness value of ae954d is 0.49.

The process color (four color CMYK) of #ae954d color hex is 0.00, 0.14, 0.56, 0.32. Web safe color of #ae954d is #999966. Color #ae954d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 01001101
Octal 256 225 115
Decimal 174 149 77
Hex AE 95 4D

RGB Percentages of Color #ae954d

%43.50
%37.25
%19.25

CMYK Percentages of Color #ae954d

%0
%14
%56
%32

Triadic Colors of #ae954d

#ae954d #4dae95 #954dae

Analogous Colors of #ae954d

#ae954d #97ae4d #ae654d

Monochromatic Colors of #ae954d

#ae954d

Complementary Color

#ae954d #4d66ae

#ae954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae954d Color CSS Codes

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

#ae954d Text Font Color

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

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


#ae954d Background Color

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

This div background color is #ae954d


#ae954d Border Color

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

This div border color is #ae954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae954d


Comments

No comments written yet.

Please login to write comment.