Color Hex Logo

#dacca7 Color Hex

#DACCA7
(218,204,167)
0 Favorites   0 Comments

Color spaces of #dacca7

RGB 218204167
HSL0.120.410.75
HSV44°23°85°
CMYK 0.000.060.23   0.15
XYZ57.481460.881245.2809
Yxy60.88120.35130.3720
Hunter Lab78.0264-5.046820.2108
CIE-Lab82.3148-0.940320.2237

#dacca7 color RGB value is (218,204,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10100111
Octal 332 314 247
Decimal 218 204 167
Hex DA CC A7

RGB Percentages of Color #dacca7

%37.01
%34.63
%28.35

CMYK Percentages of Color #dacca7

%0
%6
%23
%15

Triadic Colors of #dacca7

#dacca7 #a7dacc #cca7da

Analogous Colors of #dacca7

#dacca7 #cfdaa7 #dab3a7

Monochromatic Colors of #dacca7

#dacca7

Complementary Color

#dacca7 #a7b5da

#dacca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacca7 Color CSS Codes

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

#dacca7 Text Font Color

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

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


#dacca7 Background Color

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

This div background color is #dacca7


#dacca7 Border Color

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

This div border color is #dacca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacca7


Comments

No comments written yet.

Please login to write comment.