Color Hex Logo

#ae8834 Color Hex

#AE8834
(174,136,52)
0 Favorites   0 Comments

Color spaces of #ae8834

RGB 17413652
HSL0.110.540.44
HSV41°70°68°
CMYK 0.000.220.70   0.32
XYZ26.879626.85497.0156
Yxy26.85490.44250.4421
Hunter Lab51.82171.898828.2485
CIE-Lab58.83985.609448.8543

#ae8834 color RGB value is (174,136,52).

#ae8834 hex color red value is 174, green value is 136 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ae8834 hue: 0.11 , saturation: 0.54 and the lightness value of ae8834 is 0.44.

The process color (four color CMYK) of #ae8834 color hex is 0.00, 0.22, 0.70, 0.32. Web safe color of #ae8834 is #999933. Color #ae8834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 00110100
Octal 256 210 64
Decimal 174 136 52
Hex AE 88 34

RGB Percentages of Color #ae8834

%48.07
%37.57
%14.36

CMYK Percentages of Color #ae8834

%0
%22
%70
%32

Triadic Colors of #ae8834

#ae8834 #34ae88 #8834ae

Analogous Colors of #ae8834

#ae8834 #97ae34 #ae4b34

Monochromatic Colors of #ae8834

#ae8834

Complementary Color

#ae8834 #345aae

#ae8834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8834 Color CSS Codes

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

#ae8834 Text Font Color

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

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


#ae8834 Background Color

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

This div background color is #ae8834


#ae8834 Border Color

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

This div border color is #ae8834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8834


Comments

No comments written yet.

Please login to write comment.