Color Hex Logo

#ae700f Color Hex

#AE700F
(174,112,15)
0 Favorites   0 Comments

Color spaces of #ae700f

RGB 17411215
HSL0.100.840.37
HSV37°91°68°
CMYK 0.000.360.91   0.32
XYZ23.336020.62153.2023
Yxy20.62150.49480.4373
Hunter Lab45.410912.259527.6066
CIE-Lab52.532717.688056.4250

#ae700f color RGB value is (174,112,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 00001111
Octal 256 160 17
Decimal 174 112 15
Hex AE 70 F

RGB Percentages of Color #ae700f

%57.81
%37.21
%4.98

CMYK Percentages of Color #ae700f

%0
%36
%91
%32

Triadic Colors of #ae700f

#ae700f #0fae70 #700fae

Analogous Colors of #ae700f

#ae700f #9dae0f #ae210f

Monochromatic Colors of #ae700f

#ae700f

Complementary Color

#ae700f #0f4dae

#ae700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae700f Color CSS Codes

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

#ae700f Text Font Color

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

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


#ae700f Background Color

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

This div background color is #ae700f


#ae700f Border Color

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

This div border color is #ae700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae700f


Comments

No comments written yet.

Please login to write comment.