Color Hex Logo

#ae9b54 Color Hex

#AE9B54
(174,155,84)
0 Favorites   0 Comments

Color spaces of #ae9b54

RGB 17415584
HSL0.130.360.51
HSV47°52°68°
CMYK 0.000.110.52   0.32
XYZ30.777133.081513.1507
Yxy33.08150.39970.4296
Hunter Lab57.5165-5.138526.7054
CIE-Lab64.2268-2.458539.4609

#ae9b54 color RGB value is (174,155,84).

#ae9b54 hex color red value is 174, green value is 155 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ae9b54 hue: 0.13 , saturation: 0.36 and the lightness value of ae9b54 is 0.51.

The process color (four color CMYK) of #ae9b54 color hex is 0.00, 0.11, 0.52, 0.32. Web safe color of #ae9b54 is #999966. Color #ae9b54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 01010100
Octal 256 233 124
Decimal 174 155 84
Hex AE 9B 54

RGB Percentages of Color #ae9b54

%42.13
%37.53
%20.34

CMYK Percentages of Color #ae9b54

%0
%11
%52
%32

Triadic Colors of #ae9b54

#ae9b54 #54ae9b #9b54ae

Analogous Colors of #ae9b54

#ae9b54 #94ae54 #ae6e54

Monochromatic Colors of #ae9b54

#ae9b54

Complementary Color

#ae9b54 #5467ae

#ae9b54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9b54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9b54 Color CSS Codes

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

#ae9b54 Text Font Color

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

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


#ae9b54 Background Color

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

This div background color is #ae9b54


#ae9b54 Border Color

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

This div border color is #ae9b54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9b54


Comments

No comments written yet.

Please login to write comment.