Color Hex Logo

#dab373 Color Hex

#DAB373
(218,179,115)
0 Favorites   0 Comments

Color spaces of #dab373

RGB 218179115
HSL0.100.580.65
HSV37°47°85°
CMYK 0.000.180.47   0.15
XYZ48.128148.383423.0220
Yxy48.38340.40260.4048
Hunter Lab69.55821.779429.0672
CIE-Lab75.06615.999837.8614

#dab373 color RGB value is (218,179,115).

#dab373 hex color red value is 218, green value is 179 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dab373 hue: 0.10 , saturation: 0.58 and the lightness value of dab373 is 0.65.

The process color (four color CMYK) of #dab373 color hex is 0.00, 0.18, 0.47, 0.15. Web safe color of #dab373 is #cccc66. Color #dab373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01110011
Octal 332 263 163
Decimal 218 179 115
Hex DA B3 73

RGB Percentages of Color #dab373

%42.58
%34.96
%22.46

CMYK Percentages of Color #dab373

%0
%18
%47
%15

Triadic Colors of #dab373

#dab373 #73dab3 #b373da

Analogous Colors of #dab373

#dab373 #ceda73 #da8073

Monochromatic Colors of #dab373

#dab373

Complementary Color

#dab373 #739ada

#dab373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab373 Color CSS Codes

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

#dab373 Text Font Color

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

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


#dab373 Background Color

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

This div background color is #dab373


#dab373 Border Color

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

This div border color is #dab373


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,179,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab373; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab373;
  -webkit-box-shadow: 1px 1px 3px 2px #dab373;
  box-shadow:         1px 1px 3px 2px #dab373; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab373


Comments

No comments written yet.

Please login to write comment.