Color Hex Logo

#ae340f Color Hex

#AE340F
(174,52,15)
0 Favorites   0 Comments

Color spaces of #ae340f

RGB 1745215
HSL0.040.840.37
HSV14°91°68°
CMYK 0.000.700.91   0.32
XYZ18.769811.48911.6803
Yxy11.48910.58770.3597
Hunter Lab33.895639.527820.7877
CIE-Lab40.392348.097747.4347

#ae340f color RGB value is (174,52,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 00001111
Octal 256 64 17
Decimal 174 52 15
Hex AE 34 F

RGB Percentages of Color #ae340f

%72.20
%21.58
%6.22

CMYK Percentages of Color #ae340f

%0
%70
%91
%32

Triadic Colors of #ae340f

#ae340f #0fae34 #340fae

Analogous Colors of #ae340f

#ae340f #ae840f #ae0f39

Monochromatic Colors of #ae340f

#ae340f

Complementary Color

#ae340f #0f89ae

#ae340f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae340f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae340f Color CSS Codes

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

#ae340f Text Font Color

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

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


#ae340f Background Color

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

This div background color is #ae340f


#ae340f Border Color

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

This div border color is #ae340f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae340f


Comments

No comments written yet.

Please login to write comment.