Color Hex Logo

#ae700c Color Hex

#AE700C
(174,112,12)
0 Favorites   0 Comments

Color spaces of #ae700c

RGB 17411212
HSL0.100.870.36
HSV37°93°68°
CMYK 0.000.360.93   0.32
XYZ23.316120.61363.0977
Yxy20.61360.49580.4383
Hunter Lab45.402212.214027.7363
CIE-Lab52.524017.636757.0895

#ae700c color RGB value is (174,112,12).

#ae700c hex color red value is 174, green value is 112 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae700c hue: 0.10 , saturation: 0.87 and the lightness value of ae700c is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 00001100
Octal 256 160 14
Decimal 174 112 12
Hex AE 70 C

RGB Percentages of Color #ae700c

%58.39
%37.58
%4.03

CMYK Percentages of Color #ae700c

%0
%36
%93
%32

Triadic Colors of #ae700c

#ae700c #0cae70 #700cae

Analogous Colors of #ae700c

#ae700c #9bae0c #ae1f0c

Monochromatic Colors of #ae700c

#ae700c

Complementary Color

#ae700c #0c4aae

#ae700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae700c Color CSS Codes

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

#ae700c Text Font Color

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

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


#ae700c Background Color

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

This div background color is #ae700c


#ae700c Border Color

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

This div border color is #ae700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae700c


Comments

No comments written yet.

Please login to write comment.