Color Hex Logo

#dacca6 Color Hex

#DACCA6
(218,204,166)
0 Favorites   0 Comments

Color spaces of #dacca6

RGB 218204166
HSL0.120.410.75
HSV44°24°85°
CMYK 0.000.060.24   0.15
XYZ57.389260.844344.7958
Yxy60.84430.35200.3732
Hunter Lab78.0028-5.176520.5526
CIE-Lab82.2950-1.080920.7245

#dacca6 color RGB value is (218,204,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10100110
Octal 332 314 246
Decimal 218 204 166
Hex DA CC A6

RGB Percentages of Color #dacca6

%37.07
%34.69
%28.23

CMYK Percentages of Color #dacca6

%0
%6
%24
%15

Triadic Colors of #dacca6

#dacca6 #a6dacc #cca6da

Analogous Colors of #dacca6

#dacca6 #cedaa6 #dab2a6

Monochromatic Colors of #dacca6

#dacca6

Complementary Color

#dacca6 #a6b4da

#dacca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacca6 Color CSS Codes

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

#dacca6 Text Font Color

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

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


#dacca6 Background Color

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

This div background color is #dacca6


#dacca6 Border Color

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

This div border color is #dacca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacca6


Comments

No comments written yet.

Please login to write comment.