Color Hex Logo

#dab57c Color Hex

#DAB57C
(218,181,124)
0 Favorites   0 Comments

Color spaces of #dab57c

RGB 218181124
HSL0.100.560.67
HSV36°43°85°
CMYK 0.000.170.43   0.15
XYZ49.075449.408426.0190
Yxy49.40840.39420.3968
Hunter Lab70.29111.614627.2570
CIE-Lab75.70475.845034.0015

#dab57c color RGB value is (218,181,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01111100
Octal 332 265 174
Decimal 218 181 124
Hex DA B5 7C

RGB Percentages of Color #dab57c

%41.68
%34.61
%23.71

CMYK Percentages of Color #dab57c

%0
%17
%43
%15

Triadic Colors of #dab57c

#dab57c #7cdab5 #b57cda

Analogous Colors of #dab57c

#dab57c #d0da7c #da867c

Monochromatic Colors of #dab57c

#dab57c

Complementary Color

#dab57c #7ca1da

#dab57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab57c Color CSS Codes

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

#dab57c Text Font Color

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

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


#dab57c Background Color

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

This div background color is #dab57c


#dab57c Border Color

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

This div border color is #dab57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab57c

#dab57c Color Palettes


Comments

No comments written yet.

Please login to write comment.