Color Hex Logo

#ae330f Color Hex

#AE330F
(174,51,15)
0 Favorites   0 Comments

Color spaces of #ae330f

RGB 1745115
HSL0.040.840.37
HSV14°91°68°
CMYK 0.000.710.91   0.32
XYZ18.725611.40081.6656
Yxy11.40080.58900.3586
Hunter Lab33.765139.904520.7108
CIE-Lab40.247548.493347.3306

#ae330f color RGB value is (174,51,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 00001111
Octal 256 63 17
Decimal 174 51 15
Hex AE 33 F

RGB Percentages of Color #ae330f

%72.50
%21.25
%6.25

CMYK Percentages of Color #ae330f

%0
%71
%91
%32

Triadic Colors of #ae330f

#ae330f #0fae33 #330fae

Analogous Colors of #ae330f

#ae330f #ae830f #ae0f3a

Monochromatic Colors of #ae330f

#ae330f

Complementary Color

#ae330f #0f8aae

#ae330f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae330f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae330f Color CSS Codes

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

#ae330f Text Font Color

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

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


#ae330f Background Color

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

This div background color is #ae330f


#ae330f Border Color

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

This div border color is #ae330f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae330f


Comments

No comments written yet.

Please login to write comment.