Color Hex Logo

#dab47c Color Hex

#DAB47C
(218,180,124)
1 Favorites   0 Comments

Color spaces of #dab47c

RGB 218180124
HSL0.100.560.67
HSV36°43°85°
CMYK 0.000.170.43   0.15
XYZ48.872849.003225.9515
Yxy49.00320.39470.3957
Hunter Lab70.00232.117627.0214
CIE-Lab75.45336.375833.6755

#dab47c color RGB value is (218,180,124).

#dab47c hex color red value is 218, green value is 180 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dab47c hue: 0.10 , saturation: 0.56 and the lightness value of dab47c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01111100
Octal 332 264 174
Decimal 218 180 124
Hex DA B4 7C

RGB Percentages of Color #dab47c

%41.76
%34.48
%23.75

CMYK Percentages of Color #dab47c

%0
%17
%43
%15

Triadic Colors of #dab47c

#dab47c #7cdab4 #b47cda

Analogous Colors of #dab47c

#dab47c #d1da7c #da857c

Monochromatic Colors of #dab47c

#dab47c

Complementary Color

#dab47c #7ca2da

#dab47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab47c Color CSS Codes

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

#dab47c Text Font Color

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

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


#dab47c Background Color

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

This div background color is #dab47c


#dab47c Border Color

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

This div border color is #dab47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab47c


Comments

No comments written yet.

Please login to write comment.