Color Hex Logo

#daba8f Color Hex

#DABA8F
(218,186,143)
0 Favorites   0 Comments

Color spaces of #daba8f

RGB 218186143
HSL0.100.500.71
HSV34°34°85°
CMYK 0.000.150.34   0.15
XYZ51.430352.006433.3142
Yxy52.00640.37610.3803
Hunter Lab72.11551.098123.0914
CIE-Lab77.28475.350826.0677

#daba8f color RGB value is (218,186,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10001111
Octal 332 272 217
Decimal 218 186 143
Hex DA BA 8F

RGB Percentages of Color #daba8f

%39.85
%34.00
%26.14

CMYK Percentages of Color #daba8f

%0
%15
%34
%15

Triadic Colors of #daba8f

#daba8f #8fdaba #ba8fda

Analogous Colors of #daba8f

#daba8f #d5da8f #da958f

Monochromatic Colors of #daba8f

#daba8f

Complementary Color

#daba8f #8fafda

#daba8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba8f Color CSS Codes

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

#daba8f Text Font Color

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

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


#daba8f Background Color

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

This div background color is #daba8f


#daba8f Border Color

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

This div border color is #daba8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba8f


Comments

No comments written yet.

Please login to write comment.