Color Hex Logo

#ae070f Color Hex

#AE070F
(174,7,15)
0 Favorites   0 Comments

Color spaces of #ae070f

RGB 174715
HSL0.990.920.35
HSV357°96°68°
CMYK 0.000.960.91   0.32
XYZ17.61789.18511.2963
Yxy9.18510.62700.3269
Hunter Lab30.306950.727218.6789
CIE-Lab36.338359.489144.5704

#ae070f color RGB value is (174,7,15).

#ae070f hex color red value is 174, green value is 7 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae070f hue: 0.99 , saturation: 0.92 and the lightness value of ae070f is 0.35.

The process color (four color CMYK) of #ae070f color hex is 0.00, 0.96, 0.91, 0.32. Web safe color of #ae070f is #990000. Color #ae070f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 00001111
Octal 256 7 17
Decimal 174 7 15
Hex AE 7 F

RGB Percentages of Color #ae070f

%88.78
%3.57
%7.65

CMYK Percentages of Color #ae070f

%0
%96
%91
%32

Triadic Colors of #ae070f

#ae070f #0fae07 #070fae

Analogous Colors of #ae070f

#ae070f #ae5307 #ae0762

Monochromatic Colors of #ae070f

#ae070f

Complementary Color

#ae070f #07aea6

#ae070f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae070f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae070f Color CSS Codes

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

#ae070f Text Font Color

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

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


#ae070f Background Color

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

This div background color is #ae070f


#ae070f Border Color

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

This div border color is #ae070f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae070f


Comments

No comments written yet.

Please login to write comment.