Color Hex Logo

#dabc9f Color Hex

#DABC9F
(218,188,159)
0 Favorites   0 Comments

Color spaces of #dabc9f

RGB 218188159
HSL0.080.440.74
HSV29°27°85°
CMYK 0.000.140.27   0.15
XYZ53.154753.375140.3018
Yxy53.37510.36200.3635
Hunter Lab73.05832.018518.4341
CIE-Lab78.09596.357618.6354

#dabc9f color RGB value is (218,188,159).

#dabc9f hex color red value is 218, green value is 188 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dabc9f hue: 0.08 , saturation: 0.44 and the lightness value of dabc9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10011111
Octal 332 274 237
Decimal 218 188 159
Hex DA BC 9F

RGB Percentages of Color #dabc9f

%38.58
%33.27
%28.14

CMYK Percentages of Color #dabc9f

%0
%14
%27
%15

Triadic Colors of #dabc9f

#dabc9f #9fdabc #bc9fda

Analogous Colors of #dabc9f

#dabc9f #dada9f #da9fa0

Monochromatic Colors of #dabc9f

#dabc9f

Complementary Color

#dabc9f #9fbdda

#dabc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc9f Color CSS Codes

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

#dabc9f Text Font Color

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

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


#dabc9f Background Color

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

This div background color is #dabc9f


#dabc9f Border Color

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

This div border color is #dabc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc9f


Comments

No comments written yet.

Please login to write comment.