Color Hex Logo

#d4cbca Color Hex

#D4CBCA
(212,203,202)
0 Favorites   0 Comments

Color spaces of #d4cbca

RGB 212203202
HSL0.020.100.81
HSV83°
CMYK 0.000.040.05   0.17
XYZ59.168060.973264.5276
Yxy60.97320.32040.3302
Hunter Lab78.0853-1.39365.6641
CIE-Lab82.36432.94201.6004

#d4cbca color RGB value is (212,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001011 11001010
Octal 324 313 312
Decimal 212 203 202
Hex D4 CB CA

RGB Percentages of Color #d4cbca

%34.36
%32.90
%32.74

CMYK Percentages of Color #d4cbca

%0
%4
%5
%17

Triadic Colors of #d4cbca

#d4cbca #cad4cb #cbcad4

Analogous Colors of #d4cbca

#d4cbca #d4d0ca #d4cace

Monochromatic Colors of #d4cbca

#d4cbca

Complementary Color

#d4cbca #cad3d4

#d4cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cbca Color CSS Codes

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

#d4cbca Text Font Color

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

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


#d4cbca Background Color

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

This div background color is #d4cbca


#d4cbca Border Color

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

This div border color is #d4cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cbca


Comments

No comments written yet.

Please login to write comment.