Color Hex Logo

#ae010f Color Hex

#AE010F
(174,1,15)
0 Favorites   0 Comments

Color spaces of #ae010f

RGB 174115
HSL0.990.990.34
HSV355°99°68°
CMYK 0.000.990.91   0.32
XYZ17.55269.05491.2746
Yxy9.05490.62950.3248
Hunter Lab30.091451.461018.5526
CIE-Lab36.089860.208044.3983

#ae010f color RGB value is (174,1,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 00001111
Octal 256 1 17
Decimal 174 1 15
Hex AE 1 F

RGB Percentages of Color #ae010f

%91.58
%0.53
%7.89

CMYK Percentages of Color #ae010f

%0
%99
%91
%32

Triadic Colors of #ae010f

#ae010f #0fae01 #010fae

Analogous Colors of #ae010f

#ae010f #ae4a01 #ae0166

Monochromatic Colors of #ae010f

#ae010f

Complementary Color

#ae010f #01aea0

#ae010f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae010f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae010f Color CSS Codes

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

#ae010f Text Font Color

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

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


#ae010f Background Color

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

This div background color is #ae010f


#ae010f Border Color

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

This div border color is #ae010f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae010f


Comments

No comments written yet.

Please login to write comment.