Color Hex Logo

#ad0c35 Color Hex

#AD0C35
(173,12,53)
0 Favorites   0 Comments

Color spaces of #ad0c35

RGB 1731253
HSL0.960.870.36
HSV345°93°68°
CMYK 0.000.930.69   0.32
XYZ18.00779.40424.2342
Yxy9.40420.56900.2972
Hunter Lab30.666351.152013.2800
CIE-Lab36.751259.797123.1912

#ad0c35 color RGB value is (173,12,53).

#ad0c35 hex color red value is 173, green value is 12 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ad0c35 hue: 0.96 , saturation: 0.87 and the lightness value of ad0c35 is 0.36.

The process color (four color CMYK) of #ad0c35 color hex is 0.00, 0.93, 0.69, 0.32. Web safe color of #ad0c35 is #990033. Color #ad0c35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 00110101
Octal 255 14 65
Decimal 173 12 53
Hex AD C 35

RGB Percentages of Color #ad0c35

%72.69
%5.04
%22.27

CMYK Percentages of Color #ad0c35

%0
%93
%69
%32

Triadic Colors of #ad0c35

#ad0c35 #35ad0c #0c35ad

Analogous Colors of #ad0c35

#ad0c35 #ad330c #ad0c86

Monochromatic Colors of #ad0c35

#ad0c35

Complementary Color

#ad0c35 #0cad84

#ad0c35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0c35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0c35 Color CSS Codes

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

#ad0c35 Text Font Color

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

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


#ad0c35 Background Color

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

This div background color is #ad0c35


#ad0c35 Border Color

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

This div border color is #ad0c35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0c35


Comments

No comments written yet.

Please login to write comment.