Color Hex Logo

#ae250f Color Hex

#AE250F
(174,37,15)
0 Favorites   0 Comments

Color spaces of #ae250f

RGB 1743715
HSL0.020.840.37
HSV91°68°
CMYK 0.000.790.91   0.32
XYZ18.203410.35631.4915
Yxy10.35630.60570.3446
Hunter Lab32.181244.652019.7789
CIE-Lab38.474553.405746.0675

#ae250f color RGB value is (174,37,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 00001111
Octal 256 45 17
Decimal 174 37 15
Hex AE 25 F

RGB Percentages of Color #ae250f

%76.99
%16.37
%6.64

CMYK Percentages of Color #ae250f

%0
%79
%91
%32

Triadic Colors of #ae250f

#ae250f #0fae25 #250fae

Analogous Colors of #ae250f

#ae250f #ae750f #ae0f48

Monochromatic Colors of #ae250f

#ae250f

Complementary Color

#ae250f #0f98ae

#ae250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae250f Color CSS Codes

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

#ae250f Text Font Color

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

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


#ae250f Background Color

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

This div background color is #ae250f


#ae250f Border Color

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

This div border color is #ae250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae250f


Comments

No comments written yet.

Please login to write comment.