Color Hex Logo

#ad450a Color Hex

#AD450A
(173,69,10)
0 Favorites   0 Comments

Color spaces of #ad450a

RGB 1736910
HSL0.060.890.36
HSV22°94°68°
CMYK 0.000.600.94   0.32
XYZ19.416513.16241.8044
Yxy13.16240.56470.3828
Hunter Lab36.280032.040422.4472
CIE-Lab43.006940.134250.7458

#ad450a color RGB value is (173,69,10).

#ad450a hex color red value is 173, green value is 69 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ad450a hue: 0.06 , saturation: 0.89 and the lightness value of ad450a is 0.36.

The process color (four color CMYK) of #ad450a color hex is 0.00, 0.60, 0.94, 0.32. Web safe color of #ad450a is #993300. Color #ad450a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 00001010
Octal 255 105 12
Decimal 173 69 10
Hex AD 45 A

RGB Percentages of Color #ad450a

%68.65
%27.38
%3.97

CMYK Percentages of Color #ad450a

%0
%60
%94
%32

Triadic Colors of #ad450a

#ad450a #0aad45 #450aad

Analogous Colors of #ad450a

#ad450a #ad970a #ad0a21

Monochromatic Colors of #ad450a

#ad450a

Complementary Color

#ad450a #0a72ad

#ad450a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad450a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad450a Color CSS Codes

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

#ad450a Text Font Color

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

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


#ad450a Background Color

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

This div background color is #ad450a


#ad450a Border Color

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

This div border color is #ad450a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,69,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad450a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad450a


Comments

No comments written yet.

Please login to write comment.