Color Hex Logo

#dacca8 Color Hex

#DACCA8
(218,204,168)
0 Favorites   0 Comments

Color spaces of #dacca8

RGB 218204168
HSL0.120.400.76
HSV43°23°85°
CMYK 0.000.060.23   0.15
XYZ57.574260.918345.7697
Yxy60.91830.35050.3709
Hunter Lab78.0502-4.916219.8666
CIE-Lab82.3348-0.799019.7229

#dacca8 color RGB value is (218,204,168).

#dacca8 hex color red value is 218, green value is 204 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dacca8 hue: 0.12 , saturation: 0.40 and the lightness value of dacca8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10101000
Octal 332 314 250
Decimal 218 204 168
Hex DA CC A8

RGB Percentages of Color #dacca8

%36.95
%34.58
%28.47

CMYK Percentages of Color #dacca8

%0
%6
%23
%15

Triadic Colors of #dacca8

#dacca8 #a8dacc #cca8da

Analogous Colors of #dacca8

#dacca8 #cfdaa8 #dab3a8

Monochromatic Colors of #dacca8

#dacca8

Complementary Color

#dacca8 #a8b6da

#dacca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacca8 Color CSS Codes

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

#dacca8 Text Font Color

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

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


#dacca8 Background Color

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

This div background color is #dacca8


#dacca8 Border Color

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

This div border color is #dacca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacca8


Comments

No comments written yet.

Please login to write comment.