Color Hex Logo

#d4dcca Color Hex

#D4DCCA
(212,220,202)
0 Favorites   0 Comments

Color spaces of #d4dcca

RGB 212220202
HSL0.240.200.83
HSV87°86°
CMYK 0.040.000.08   0.14
XYZ63.405269.447765.9401
Yxy69.44770.31900.3493
Hunter Lab83.3353-10.026011.4207
CIE-Lab86.7253-5.89807.9023

#d4dcca color RGB value is (212,220,202).

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

The process color (four color CMYK) of #d4dcca color hex is 0.04, 0.00, 0.08, 0.14. Web safe color of #d4dcca is #cccccc. Color #d4dcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11001010
Octal 324 334 312
Decimal 212 220 202
Hex D4 DC CA

RGB Percentages of Color #d4dcca

%33.44
%34.70
%31.86

CMYK Percentages of Color #d4dcca

%4
%0
%8
%14

Triadic Colors of #d4dcca

#d4dcca #cad4dc #dccad4

Analogous Colors of #d4dcca

#d4dcca #cbdcca #dcdbca

Monochromatic Colors of #d4dcca

#d4dcca

Complementary Color

#d4dcca #d2cadc

#d4dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcca Color CSS Codes

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

#d4dcca Text Font Color

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

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


#d4dcca Background Color

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

This div background color is #d4dcca


#d4dcca Border Color

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

This div border color is #d4dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcca


Comments

No comments written yet.

Please login to write comment.