Color Hex Logo

#ae953b Color Hex

#AE953B
(174,149,59)
0 Favorites   0 Comments

Color spaces of #ae953b

RGB 17414959
HSL0.130.490.46
HSV47°66°68°
CMYK 0.000.140.66   0.32
XYZ28.992430.80938.5564
Yxy30.80930.42410.4507
Hunter Lab55.5061-3.900229.7146
CIE-Lab62.3463-1.122049.4142

#ae953b color RGB value is (174,149,59).

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

The process color (four color CMYK) of #ae953b color hex is 0.00, 0.14, 0.66, 0.32. Web safe color of #ae953b is #999933. Color #ae953b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 00111011
Octal 256 225 73
Decimal 174 149 59
Hex AE 95 3B

RGB Percentages of Color #ae953b

%45.55
%39.01
%15.45

CMYK Percentages of Color #ae953b

%0
%14
%66
%32

Triadic Colors of #ae953b

#ae953b #3bae95 #953bae

Analogous Colors of #ae953b

#ae953b #8eae3b #ae5c3b

Monochromatic Colors of #ae953b

#ae953b

Complementary Color

#ae953b #3b54ae

#ae953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae953b Color CSS Codes

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

#ae953b Text Font Color

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

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


#ae953b Background Color

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

This div background color is #ae953b


#ae953b Border Color

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

This div border color is #ae953b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae953b


Comments

No comments written yet.

Please login to write comment.