Color Hex Logo

#d4cfcc Color Hex

#D4CFCC
(212,207,204)
0 Favorites   0 Comments

Color spaces of #d4cfcc

RGB 212207204
HSL0.060.090.82
HSV23°83°
CMYK 0.000.020.04   0.17
XYZ60.363362.982366.1021
Yxy62.98230.31860.3325
Hunter Lab79.3614-3.11306.1688
CIE-Lab83.43311.19122.0877

#d4cfcc color RGB value is (212,207,204).

#d4cfcc hex color red value is 212, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4cfcc hue: 0.06 , saturation: 0.09 and the lightness value of d4cfcc is 0.82.

The process color (four color CMYK) of #d4cfcc color hex is 0.00, 0.02, 0.04, 0.17. Web safe color of #d4cfcc is #cccccc. Color #d4cfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001111 11001100
Octal 324 317 314
Decimal 212 207 204
Hex D4 CF CC

RGB Percentages of Color #d4cfcc

%34.03
%33.23
%32.74

CMYK Percentages of Color #d4cfcc

%0
%2
%4
%17

Triadic Colors of #d4cfcc

#d4cfcc #ccd4cf #cfccd4

Analogous Colors of #d4cfcc

#d4cfcc #d4d3cc #d4cccd

Monochromatic Colors of #d4cfcc

#d4cfcc

Complementary Color

#d4cfcc #ccd1d4

#d4cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cfcc Color CSS Codes

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

#d4cfcc Text Font Color

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

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


#d4cfcc Background Color

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

This div background color is #d4cfcc


#d4cfcc Border Color

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

This div border color is #d4cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cfcc


Comments

No comments written yet.

Please login to write comment.