Color Hex Logo

#ad340a Color Hex

#AD340A
(173,52,10)
0 Favorites   0 Comments

Color spaces of #ad340a

RGB 1735210
HSL0.040.890.36
HSV15°94°68°
CMYK 0.000.700.94   0.32
XYZ18.516411.36211.5044
Yxy11.36210.59000.3620
Hunter Lab33.707739.065520.9492
CIE-Lab40.183847.680448.8771

#ad340a color RGB value is (173,52,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110100 00001010
Octal 255 64 12
Decimal 173 52 10
Hex AD 34 A

RGB Percentages of Color #ad340a

%73.62
%22.13
%4.26

CMYK Percentages of Color #ad340a

%0
%70
%94
%32

Triadic Colors of #ad340a

#ad340a #0aad34 #340aad

Analogous Colors of #ad340a

#ad340a #ad860a #ad0a32

Monochromatic Colors of #ad340a

#ad340a

Complementary Color

#ad340a #0a83ad

#ad340a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad340a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad340a Color CSS Codes

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

#ad340a Text Font Color

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

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


#ad340a Background Color

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

This div background color is #ad340a


#ad340a Border Color

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

This div border color is #ad340a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad340a


Comments

No comments written yet.

Please login to write comment.