Color Hex Logo

#ae9d42 Color Hex

#AE9D42
(174,157,66)
0 Favorites   0 Comments

Color spaces of #ae9d42

RGB 17415766
HSL0.140.450.47
HSV51°62°68°
CMYK 0.000.100.62   0.32
XYZ30.495933.506010.0142
Yxy33.50600.41200.4527
Hunter Lab57.8844-7.256430.2617
CIE-Lab64.5685-4.980248.6333

#ae9d42 color RGB value is (174,157,66).

#ae9d42 hex color red value is 174, green value is 157 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ae9d42 hue: 0.14 , saturation: 0.45 and the lightness value of ae9d42 is 0.47.

The process color (four color CMYK) of #ae9d42 color hex is 0.00, 0.10, 0.62, 0.32. Web safe color of #ae9d42 is #999933. Color #ae9d42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 01000010
Octal 256 235 102
Decimal 174 157 66
Hex AE 9D 42

RGB Percentages of Color #ae9d42

%43.83
%39.55
%16.62

CMYK Percentages of Color #ae9d42

%0
%10
%62
%32

Triadic Colors of #ae9d42

#ae9d42 #42ae9d #9d42ae

Analogous Colors of #ae9d42

#ae9d42 #89ae42 #ae6742

Monochromatic Colors of #ae9d42

#ae9d42

Complementary Color

#ae9d42 #4253ae

#ae9d42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9d42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9d42 Color CSS Codes

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

#ae9d42 Text Font Color

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

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


#ae9d42 Background Color

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

This div background color is #ae9d42


#ae9d42 Border Color

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

This div border color is #ae9d42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9d42


Comments

No comments written yet.

Please login to write comment.