Color Hex Logo

#ae7300 Color Hex

#AE7300
(174,115,0)
0 Favorites   0 Comments

Color spaces of #ae7300

RGB 1741150
HSL0.111.000.34
HSV40°100°68°
CMYK 0.000.341.00   0.32
XYZ23.586321.26012.8605
Yxy21.26010.49440.4456
Hunter Lab46.108710.619228.5978
CIE-Lab53.233015.785059.9119

#ae7300 color RGB value is (174,115,0).

#ae7300 hex color red value is 174, green value is 115 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ae7300 hue: 0.11 , saturation: 1.00 and the lightness value of ae7300 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 00000000
Octal 256 163 0
Decimal 174 115 0
Hex AE 73 0

RGB Percentages of Color #ae7300

%60.21
%39.79
%0.00

CMYK Percentages of Color #ae7300

%0
%34
%100
%32

Triadic Colors of #ae7300

#ae7300 #00ae73 #7300ae

Analogous Colors of #ae7300

#ae7300 #92ae00 #ae1c00

Monochromatic Colors of #ae7300

#ae7300

Complementary Color

#ae7300 #003bae

#ae7300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7300 Color CSS Codes

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

#ae7300 Text Font Color

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

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


#ae7300 Background Color

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

This div background color is #ae7300


#ae7300 Border Color

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

This div border color is #ae7300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7300


Comments

No comments written yet.

Please login to write comment.