Color Hex Logo

#dacab4 Color Hex

#DACAB4
(218,202,180)
0 Favorites   0 Comments

Color spaces of #dacab4

RGB 218202180
HSL0.100.340.78
HSV35°17°85°
CMYK 0.000.070.17   0.15
XYZ58.272260.441851.7752
Yxy60.44180.34180.3545
Hunter Lab77.7443-2.260314.9358
CIE-Lab82.07772.011812.9944

#dacab4 color RGB value is (218,202,180).

#dacab4 hex color red value is 218, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dacab4 hue: 0.10 , saturation: 0.34 and the lightness value of dacab4 is 0.78.

The process color (four color CMYK) of #dacab4 color hex is 0.00, 0.07, 0.17, 0.15. Web safe color of #dacab4 is #cccccc. Color #dacab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 10110100
Octal 332 312 264
Decimal 218 202 180
Hex DA CA B4

RGB Percentages of Color #dacab4

%36.33
%33.67
%30.00

CMYK Percentages of Color #dacab4

%0
%7
%17
%15

Triadic Colors of #dacab4

#dacab4 #b4daca #cab4da

Analogous Colors of #dacab4

#dacab4 #d7dab4 #dab7b4

Monochromatic Colors of #dacab4

#dacab4

Complementary Color

#dacab4 #b4c4da

#dacab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacab4 Color CSS Codes

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

#dacab4 Text Font Color

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

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


#dacab4 Background Color

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

This div background color is #dacab4


#dacab4 Border Color

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

This div border color is #dacab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacab4


Comments

No comments written yet.

Please login to write comment.