Color Hex Logo

#daba8d Color Hex

#DABA8D
(218,186,141)
0 Favorites   0 Comments

Color spaces of #daba8d

RGB 218186141
HSL0.100.510.70
HSV35°35°85°
CMYK 0.000.150.35   0.15
XYZ51.280151.946332.5232
Yxy51.94630.37780.3827
Hunter Lab72.07380.872723.6971
CIE-Lab77.24875.108727.0809

#daba8d color RGB value is (218,186,141).

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

The process color (four color CMYK) of #daba8d color hex is 0.00, 0.15, 0.35, 0.15. Web safe color of #daba8d is #cccc99. Color #daba8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10001101
Octal 332 272 215
Decimal 218 186 141
Hex DA BA 8D

RGB Percentages of Color #daba8d

%40.00
%34.13
%25.87

CMYK Percentages of Color #daba8d

%0
%15
%35
%15

Triadic Colors of #daba8d

#daba8d #8ddaba #ba8dda

Analogous Colors of #daba8d

#daba8d #d4da8d #da948d

Monochromatic Colors of #daba8d

#daba8d

Complementary Color

#daba8d #8dadda

#daba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba8d Color CSS Codes

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

#daba8d Text Font Color

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

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


#daba8d Background Color

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

This div background color is #daba8d


#daba8d Border Color

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

This div border color is #daba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba8d


Comments

No comments written yet.

Please login to write comment.