Color Hex Logo

#ae3300 Color Hex

#AE3300
(174,51,0)
0 Favorites   0 Comments

Color spaces of #ae3300

RGB 174510
HSL0.051.000.34
HSV18°100°68°
CMYK 0.000.711.00   0.32
XYZ18.639411.36631.2115
Yxy11.36630.59710.3641
Hunter Lab33.713939.687721.4692
CIE-Lab40.190748.291052.2309

#ae3300 color RGB value is (174,51,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 00000000
Octal 256 63 0
Decimal 174 51 0
Hex AE 33 0

RGB Percentages of Color #ae3300

%77.33
%22.67
%0.00

CMYK Percentages of Color #ae3300

%0
%71
%100
%32

Triadic Colors of #ae3300

#ae3300 #00ae33 #3300ae

Analogous Colors of #ae3300

#ae3300 #ae8a00 #ae0024

Monochromatic Colors of #ae3300

#ae3300

Complementary Color

#ae3300 #007bae

#ae3300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3300 Color CSS Codes

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

#ae3300 Text Font Color

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

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


#ae3300 Background Color

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

This div background color is #ae3300


#ae3300 Border Color

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

This div border color is #ae3300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3300


Comments

No comments written yet.

Please login to write comment.