Color Hex Logo

#ae600f Color Hex

#AE600F
(174,96,15)
0 Favorites   0 Comments

Color spaces of #ae600f

RGB 1749615
HSL0.080.840.37
HSV31°91°68°
CMYK 0.000.450.91   0.32
XYZ21.724717.39892.6652
Yxy17.39890.51990.4164
Hunter Lab41.712019.971525.4100
CIE-Lab48.758826.576553.5829

#ae600f color RGB value is (174,96,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 00001111
Octal 256 140 17
Decimal 174 96 15
Hex AE 60 F

RGB Percentages of Color #ae600f

%61.05
%33.68
%5.26

CMYK Percentages of Color #ae600f

%0
%45
%91
%32

Triadic Colors of #ae600f

#ae600f #0fae60 #600fae

Analogous Colors of #ae600f

#ae600f #adae0f #ae110f

Monochromatic Colors of #ae600f

#ae600f

Complementary Color

#ae600f #0f5dae

#ae600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae600f Color CSS Codes

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

#ae600f Text Font Color

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

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


#ae600f Background Color

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

This div background color is #ae600f


#ae600f Border Color

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

This div border color is #ae600f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae600f


Comments

No comments written yet.

Please login to write comment.