Color Hex Logo

#ae7b1f Color Hex

#AE7B1F
(174,123,31)
0 Favorites   0 Comments

Color spaces of #ae7b1f

RGB 17412331
HSL0.110.700.40
HSV39°82°68°
CMYK 0.000.290.82   0.32
XYZ24.785823.26354.4803
Yxy23.26350.47180.4429
Hunter Lab48.23237.321928.2551
CIE-Lab55.342711.929953.9576

#ae7b1f color RGB value is (174,123,31).

#ae7b1f hex color red value is 174, green value is 123 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae7b1f hue: 0.11 , saturation: 0.70 and the lightness value of ae7b1f is 0.40.

The process color (four color CMYK) of #ae7b1f color hex is 0.00, 0.29, 0.82, 0.32. Web safe color of #ae7b1f is #996633. Color #ae7b1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111011 00011111
Octal 256 173 37
Decimal 174 123 31
Hex AE 7B 1F

RGB Percentages of Color #ae7b1f

%53.05
%37.50
%9.45

CMYK Percentages of Color #ae7b1f

%0
%29
%82
%32

Triadic Colors of #ae7b1f

#ae7b1f #1fae7b #7b1fae

Analogous Colors of #ae7b1f

#ae7b1f #9aae1f #ae331f

Monochromatic Colors of #ae7b1f

#ae7b1f

Complementary Color

#ae7b1f #1f52ae

#ae7b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7b1f Color CSS Codes

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

#ae7b1f Text Font Color

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

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


#ae7b1f Background Color

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

This div background color is #ae7b1f


#ae7b1f Border Color

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

This div border color is #ae7b1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7b1f


Comments

No comments written yet.

Please login to write comment.