Color Hex Logo

#ad250f Color Hex

#AD250F
(173,37,15)
0 Favorites   0 Comments

Color spaces of #ad250f

RGB 1733715
HSL0.020.840.37
HSV91°68°
CMYK 0.000.790.91   0.32
XYZ17.981410.24191.4811
Yxy10.24190.60530.3448
Hunter Lab32.003044.288019.6581
CIE-Lab38.273153.097045.8319

#ad250f color RGB value is (173,37,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 00001111
Octal 255 45 17
Decimal 173 37 15
Hex AD 25 F

RGB Percentages of Color #ad250f

%76.89
%16.44
%6.67

CMYK Percentages of Color #ad250f

%0
%79
%91
%32

Triadic Colors of #ad250f

#ad250f #0fad25 #250fad

Analogous Colors of #ad250f

#ad250f #ad740f #ad0f48

Monochromatic Colors of #ad250f

#ad250f

Complementary Color

#ad250f #0f97ad

#ad250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad250f Color CSS Codes

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

#ad250f Text Font Color

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

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


#ad250f Background Color

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

This div background color is #ad250f


#ad250f Border Color

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

This div border color is #ad250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad250f


Comments

No comments written yet.

Please login to write comment.