Color Hex Logo

#ae760b Color Hex

#AE760B
(174,118,11)
0 Favorites   0 Comments

Color spaces of #ae760b

RGB 17411811
HSL0.110.880.36
HSV39°94°68°
CMYK 0.000.320.94   0.32
XYZ23.994421.97973.2945
Yxy21.97970.48700.4461
Hunter Lab46.88259.311628.6514
CIE-Lab54.005514.257258.3773

#ae760b color RGB value is (174,118,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 00001011
Octal 256 166 13
Decimal 174 118 11
Hex AE 76 B

RGB Percentages of Color #ae760b

%57.43
%38.94
%3.63

CMYK Percentages of Color #ae760b

%0
%32
%94
%32

Triadic Colors of #ae760b

#ae760b #0bae76 #760bae

Analogous Colors of #ae760b

#ae760b #95ae0b #ae250b

Monochromatic Colors of #ae760b

#ae760b

Complementary Color

#ae760b #0b43ae

#ae760b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae760b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae760b Color CSS Codes

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

#ae760b Text Font Color

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

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


#ae760b Background Color

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

This div background color is #ae760b


#ae760b Border Color

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

This div border color is #ae760b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,118,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 #ae760b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae760b


Comments

No comments written yet.

Please login to write comment.