Color Hex Logo

#ad603b Color Hex

#AD603B
(173,96,59)
0 Favorites   0 Comments

Color spaces of #ad603b

RGB 1739659
HSL0.050.490.45
HSV19°66°68°
CMYK 0.000.450.66   0.32
XYZ22.205917.56576.3578
Yxy17.56570.48140.3808
Hunter Lab41.911521.229420.3440
CIE-Lab48.965127.928134.4176

#ad603b color RGB value is (173,96,59).

#ad603b hex color red value is 173, green value is 96 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad603b hue: 0.05 , saturation: 0.49 and the lightness value of ad603b is 0.45.

The process color (four color CMYK) of #ad603b color hex is 0.00, 0.45, 0.66, 0.32. Web safe color of #ad603b is #996633. Color #ad603b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 00111011
Octal 255 140 73
Decimal 173 96 59
Hex AD 60 3B

RGB Percentages of Color #ad603b

%52.74
%29.27
%17.99

CMYK Percentages of Color #ad603b

%0
%45
%66
%32

Triadic Colors of #ad603b

#ad603b #3bad60 #603bad

Analogous Colors of #ad603b

#ad603b #ad993b #ad3b4f

Monochromatic Colors of #ad603b

#ad603b

Complementary Color

#ad603b #3b88ad

#ad603b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad603b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad603b Color CSS Codes

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

#ad603b Text Font Color

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

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


#ad603b Background Color

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

This div background color is #ad603b


#ad603b Border Color

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

This div border color is #ad603b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad603b


Comments

No comments written yet.

Please login to write comment.