Color Hex Logo

#d4dbcc Color Hex

#D4DBCC
(212,219,204)
0 Favorites   0 Comments

Color spaces of #d4dbcc

RGB 212219204
HSL0.240.170.83
HSV88°86°
CMYK 0.030.000.07   0.14
XYZ63.382069.019767.1083
Yxy69.01970.31770.3459
Hunter Lab83.0781-9.205310.2618
CIE-Lab86.5138-5.03986.5443

#d4dbcc color RGB value is (212,219,204).

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

The process color (four color CMYK) of #d4dbcc color hex is 0.03, 0.00, 0.07, 0.14. Web safe color of #d4dbcc is #cccccc. Color #d4dbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011011 11001100
Octal 324 333 314
Decimal 212 219 204
Hex D4 DB CC

RGB Percentages of Color #d4dbcc

%33.39
%34.49
%32.13

CMYK Percentages of Color #d4dbcc

%3
%0
%7
%14

Triadic Colors of #d4dbcc

#d4dbcc #ccd4db #dbccd4

Analogous Colors of #d4dbcc

#d4dbcc #cddbcc #dbdbcc

Monochromatic Colors of #d4dbcc

#d4dbcc

Complementary Color

#d4dbcc #d3ccdb

#d4dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dbcc Color CSS Codes

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

#d4dbcc Text Font Color

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

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


#d4dbcc Background Color

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

This div background color is #d4dbcc


#d4dbcc Border Color

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

This div border color is #d4dbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,219,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 #d4dbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dbcc


Comments

No comments written yet.

Please login to write comment.