Color Hex Logo

#dacb89 Color Hex

#DACB89
(218,203,137)
0 Favorites   0 Comments

Color spaces of #dacb89

RGB 218203137
HSL0.140.520.70
HSV49°37°85°
CMYK 0.000.070.37   0.15
XYZ54.784759.423432.2493
Yxy59.42340.37410.4057
Hunter Lab77.0866-8.043229.1565
CIE-Lab81.5238-4.249034.8281

#dacb89 color RGB value is (218,203,137).

#dacb89 hex color red value is 218, green value is 203 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dacb89 hue: 0.14 , saturation: 0.52 and the lightness value of dacb89 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 10001001
Octal 332 313 211
Decimal 218 203 137
Hex DA CB 89

RGB Percentages of Color #dacb89

%39.07
%36.38
%24.55

CMYK Percentages of Color #dacb89

%0
%7
%37
%15

Triadic Colors of #dacb89

#dacb89 #89dacb #cb89da

Analogous Colors of #dacb89

#dacb89 #c1da89 #daa389

Monochromatic Colors of #dacb89

#dacb89

Complementary Color

#dacb89 #8998da

#dacb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb89 Color CSS Codes

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

#dacb89 Text Font Color

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

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


#dacb89 Background Color

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

This div background color is #dacb89


#dacb89 Border Color

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

This div border color is #dacb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb89


Comments

No comments written yet.

Please login to write comment.