Color Hex Logo

#ae3500 Color Hex

#AE3500
(174,53,0)
1 Favorites   0 Comments

Color spaces of #ae3500

RGB 174530
HSL0.051.000.34
HSV18°100°68°
CMYK 0.000.701.00   0.32
XYZ18.728711.54491.2413
Yxy11.54490.59430.3663
Hunter Lab33.977838.928821.6184
CIE-Lab40.483547.492252.3725

#ae3500 color RGB value is (174,53,0).

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

The process color (four color CMYK) of #ae3500 color hex is 0.00, 0.70, 1.00, 0.32. Web safe color of #ae3500 is #993300. Color #ae3500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 00000000
Octal 256 65 0
Decimal 174 53 0
Hex AE 35 0

RGB Percentages of Color #ae3500

%76.65
%23.35
%0.00

CMYK Percentages of Color #ae3500

%0
%70
%100
%32

Triadic Colors of #ae3500

#ae3500 #00ae35 #3500ae

Analogous Colors of #ae3500

#ae3500 #ae8c00 #ae0022

Monochromatic Colors of #ae3500

#ae3500

Complementary Color

#ae3500 #0079ae

#ae3500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3500 Color CSS Codes

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

#ae3500 Text Font Color

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

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


#ae3500 Background Color

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

This div background color is #ae3500


#ae3500 Border Color

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

This div border color is #ae3500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3500

#ae3500 Color Palettes


Comments

No comments written yet.

Please login to write comment.