Color Hex Logo

#dab473 Color Hex

#DAB473
(218,180,115)
0 Favorites   0 Comments

Color spaces of #dab473

RGB 218180115
HSL0.110.580.65
HSV38°47°85°
CMYK 0.000.170.47   0.15
XYZ48.329248.785723.0890
Yxy48.78570.40210.4059
Hunter Lab69.84681.278029.2934
CIE-Lab75.31785.469138.1799

#dab473 color RGB value is (218,180,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01110011
Octal 332 264 163
Decimal 218 180 115
Hex DA B4 73

RGB Percentages of Color #dab473

%42.50
%35.09
%22.42

CMYK Percentages of Color #dab473

%0
%17
%47
%15

Triadic Colors of #dab473

#dab473 #73dab4 #b473da

Analogous Colors of #dab473

#dab473 #cdda73 #da8173

Monochromatic Colors of #dab473

#dab473

Complementary Color

#dab473 #7399da

#dab473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab473 Color CSS Codes

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

#dab473 Text Font Color

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

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


#dab473 Background Color

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

This div background color is #dab473


#dab473 Border Color

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

This div border color is #dab473


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,180,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 #dab473">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab473


Comments

No comments written yet.

Please login to write comment.