Color Hex Logo

#daccc9 Color Hex

#DACCC9
(218,204,201)
0 Favorites   0 Comments

Color spaces of #daccc9

RGB 218204201
HSL0.030.190.82
HSV11°85°
CMYK 0.000.060.08   0.15
XYZ61.048962.308264.0674
Yxy62.30820.32570.3324
Hunter Lab78.9355-0.08507.1326
CIE-Lab83.07704.34673.2296

#daccc9 color RGB value is (218,204,201).

#daccc9 hex color red value is 218, green value is 204 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #daccc9 hue: 0.03 , saturation: 0.19 and the lightness value of daccc9 is 0.82.

The process color (four color CMYK) of #daccc9 color hex is 0.00, 0.06, 0.08, 0.15. Web safe color of #daccc9 is #cccccc. Color #daccc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 11001001
Octal 332 314 311
Decimal 218 204 201
Hex DA CC C9

RGB Percentages of Color #daccc9

%34.99
%32.74
%32.26

CMYK Percentages of Color #daccc9

%0
%6
%8
%15

Triadic Colors of #daccc9

#daccc9 #c9dacc #ccc9da

Analogous Colors of #daccc9

#daccc9 #dad5c9 #dac9cf

Monochromatic Colors of #daccc9

#daccc9

Complementary Color

#daccc9 #c9d7da

#daccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccc9 Color CSS Codes

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

#daccc9 Text Font Color

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

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


#daccc9 Background Color

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

This div background color is #daccc9


#daccc9 Border Color

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

This div border color is #daccc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccc9


Comments

No comments written yet.

Please login to write comment.