Color Hex Logo

#ad230d Color Hex

#AD230D
(173,35,13)
0 Favorites   0 Comments

Color spaces of #ad230d

RGB 1733513
HSL0.020.860.36
HSV92°68°
CMYK 0.000.800.92   0.32
XYZ17.907310.11541.3894
Yxy10.11540.60880.3439
Hunter Lab31.804744.844219.6732
CIE-Lab38.048853.669346.4514

#ad230d color RGB value is (173,35,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 00001101
Octal 255 43 15
Decimal 173 35 13
Hex AD 23 D

RGB Percentages of Color #ad230d

%78.28
%15.84
%5.88

CMYK Percentages of Color #ad230d

%0
%80
%92
%32

Triadic Colors of #ad230d

#ad230d #0dad23 #230dad

Analogous Colors of #ad230d

#ad230d #ad730d #ad0d47

Monochromatic Colors of #ad230d

#ad230d

Complementary Color

#ad230d #0d97ad

#ad230d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad230d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad230d Color CSS Codes

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

#ad230d Text Font Color

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

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


#ad230d Background Color

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

This div background color is #ad230d


#ad230d Border Color

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

This div border color is #ad230d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad230d


Comments

No comments written yet.

Please login to write comment.