Color Hex Logo

#d4cccb Color Hex

#D4CCCB
(212,204,203)
0 Favorites   0 Comments

Color spaces of #d4cccb

RGB 212204203
HSL0.020.090.81
HSV83°
CMYK 0.000.040.04   0.17
XYZ59.523761.494665.2323
Yxy61.49460.31960.3302
Hunter Lab78.4185-1.74165.5727
CIE-Lab82.64392.59071.4731

#d4cccb color RGB value is (212,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 11001011
Octal 324 314 313
Decimal 212 204 203
Hex D4 CC CB

RGB Percentages of Color #d4cccb

%34.25
%32.96
%32.79

CMYK Percentages of Color #d4cccb

%0
%4
%4
%17

Triadic Colors of #d4cccb

#d4cccb #cbd4cc #cccbd4

Analogous Colors of #d4cccb

#d4cccb #d4d1cb #d4cbcf

Monochromatic Colors of #d4cccb

#d4cccb

Complementary Color

#d4cccb #cbd3d4

#d4cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cccb Color CSS Codes

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

#d4cccb Text Font Color

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

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


#d4cccb Background Color

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

This div background color is #d4cccb


#d4cccb Border Color

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

This div border color is #d4cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cccb


Comments

No comments written yet.

Please login to write comment.