color codes Logo

#dab58c color codes

#DAB58C
(218,181,140)
0 Favorites   0 Comments

Color spaces of #dab58c

RGB 218181140
HSL0.090.510.70
HSV32°36°85°
CMYK 0.000.170.36   0.15
XYZ50.170949.846631.7880
Yxy49.84660.38060.3782
Hunter Lab70.60213.291022.7267
CIE-Lab75.97507.642625.9000

#dab58c color RGB value is (218,181,140).

#dab58c hex color red value is 218, green value is 181 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dab58c hue: 0.09 , saturation: 0.51 and the lightness value of dab58c is 0.70.

The process color (four color CMYK) of #dab58c color code is 0.00, 0.17, 0.36, 0.15. Web safe color of #dab58c is #cccc99. Color #dab58c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 10001100
Octal 332 265 214
Decimal 218 181 140
Hex DA B5 8C

RGB Percentages of Color #dab58c

%40.45
%33.58
%25.97

CMYK Percentages of Color #dab58c

%0
%17
%36
%15

Triadic Colors of #dab58c

#dab58c #8cdab5 #b58cda

Analogous Colors of #dab58c

#dab58c #d8da8c #da8e8c

Monochromatic Colors of #dab58c

#dab58c

Complementary Color

#dab58c #8cb1da

#dab58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab58c Color CSS Codes

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

#dab58c Text Font Color

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

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


#dab58c Background Color

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

This div background color is #dab58c


#dab58c Border Color

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

This div border color is #dab58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab58c


Comments

No comments written yet.

Please login to write comment.