Color Hex Logo

#ae790b Color Hex

#AE790B
(174,121,11)
0 Favorites   0 Comments

Color spaces of #ae790b

RGB 17412111
HSL0.110.880.36
HSV40°94°68°
CMYK 0.000.300.94   0.32
XYZ24.353322.69763.4141
Yxy22.69760.48260.4498
Hunter Lab47.64207.870929.1006
CIE-Lab54.759512.574958.9321

#ae790b color RGB value is (174,121,11).

#ae790b hex color red value is 174, green value is 121 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ae790b hue: 0.11 , saturation: 0.88 and the lightness value of ae790b is 0.36.

The process color (four color CMYK) of #ae790b color hex is 0.00, 0.30, 0.94, 0.32. Web safe color of #ae790b is #996600. Color #ae790b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 00001011
Octal 256 171 13
Decimal 174 121 11
Hex AE 79 B

RGB Percentages of Color #ae790b

%56.86
%39.54
%3.59

CMYK Percentages of Color #ae790b

%0
%30
%94
%32

Triadic Colors of #ae790b

#ae790b #0bae79 #790bae

Analogous Colors of #ae790b

#ae790b #92ae0b #ae280b

Monochromatic Colors of #ae790b

#ae790b

Complementary Color

#ae790b #0b40ae

#ae790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae790b Color CSS Codes

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

#ae790b Text Font Color

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

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


#ae790b Background Color

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

This div background color is #ae790b


#ae790b Border Color

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

This div border color is #ae790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae790b


Comments

No comments written yet.

Please login to write comment.