Color Hex Logo

#ad230c Color Hex

#AD230C
(173,35,12)
0 Favorites   0 Comments

Color spaces of #ad230c

RGB 1733512
HSL0.020.870.36
HSV93°68°
CMYK 0.000.800.93   0.32
XYZ17.901010.11281.3563
Yxy10.11280.60950.3443
Hunter Lab31.800644.828919.7317
CIE-Lab38.044153.655746.8175

#ad230c color RGB value is (173,35,12).

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

The process color (four color CMYK) of #ad230c color hex is 0.00, 0.80, 0.93, 0.32. Web safe color of #ad230c is #993300. Color #ad230c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 00001100
Octal 255 43 14
Decimal 173 35 12
Hex AD 23 C

RGB Percentages of Color #ad230c

%78.64
%15.91
%5.45

CMYK Percentages of Color #ad230c

%0
%80
%93
%32

Triadic Colors of #ad230c

#ad230c #0cad23 #230cad

Analogous Colors of #ad230c

#ad230c #ad740c #ad0c45

Monochromatic Colors of #ad230c

#ad230c

Complementary Color

#ad230c #0c96ad

#ad230c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad230c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad230c Color CSS Codes

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

#ad230c Text Font Color

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

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


#ad230c Background Color

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

This div background color is #ad230c


#ad230c Border Color

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

This div border color is #ad230c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad230c


Comments

No comments written yet.

Please login to write comment.