Color Hex Logo

#d4dacc Color Hex

#D4DACC
(212,218,204)
0 Favorites   0 Comments

Color spaces of #d4dacc

RGB 212218204
HSL0.240.160.83
HSV86°85°
CMYK 0.030.000.06   0.15
XYZ63.121968.499567.0216
Yxy68.49950.31780.3448
Hunter Lab82.7644-8.70129.9228
CIE-Lab86.2556-4.52526.1725

#d4dacc color RGB value is (212,218,204).

#d4dacc hex color red value is 212, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4dacc hue: 0.24 , saturation: 0.16 and the lightness value of d4dacc is 0.83.

The process color (four color CMYK) of #d4dacc color hex is 0.03, 0.00, 0.06, 0.15. Web safe color of #d4dacc is #cccccc. Color #d4dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011010 11001100
Octal 324 332 314
Decimal 212 218 204
Hex D4 DA CC

RGB Percentages of Color #d4dacc

%33.44
%34.38
%32.18

CMYK Percentages of Color #d4dacc

%3
%0
%6
%15

Triadic Colors of #d4dacc

#d4dacc #ccd4da #daccd4

Analogous Colors of #d4dacc

#d4dacc #cddacc #dad9cc

Monochromatic Colors of #d4dacc

#d4dacc

Complementary Color

#d4dacc #d2ccda

#d4dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dacc Color CSS Codes

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

#d4dacc Text Font Color

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

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


#d4dacc Background Color

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

This div background color is #d4dacc


#d4dacc Border Color

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

This div border color is #d4dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dacc


Comments

No comments written yet.

Please login to write comment.