Color Hex Logo

#dab37c Color Hex

#DAB37C
(218,179,124)
0 Favorites   0 Comments

Color spaces of #dab37c

RGB 218179124
HSL0.100.560.67
HSV35°43°85°
CMYK 0.000.180.43   0.15
XYZ48.671648.600925.8844
Yxy48.60090.39520.3946
Hunter Lab69.71432.621026.7861
CIE-Lab75.20246.907033.3498

#dab37c color RGB value is (218,179,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01111100
Octal 332 263 174
Decimal 218 179 124
Hex DA B3 7C

RGB Percentages of Color #dab37c

%41.84
%34.36
%23.80

CMYK Percentages of Color #dab37c

%0
%18
%43
%15

Triadic Colors of #dab37c

#dab37c #7cdab3 #b37cda

Analogous Colors of #dab37c

#dab37c #d2da7c #da847c

Monochromatic Colors of #dab37c

#dab37c

Complementary Color

#dab37c #7ca3da

#dab37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab37c Color CSS Codes

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

#dab37c Text Font Color

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

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


#dab37c Background Color

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

This div background color is #dab37c


#dab37c Border Color

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

This div border color is #dab37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab37c


Comments

No comments written yet.

Please login to write comment.