Color Hex Logo

#d6dcca Color Hex

#D6DCCA
(214,220,202)
0 Favorites   0 Comments

Color spaces of #d6dcca

RGB 214220202
HSL0.220.200.83
HSV80°86°
CMYK 0.030.000.08   0.14
XYZ63.985469.746865.9672
Yxy69.74680.32040.3493
Hunter Lab83.5145-9.391111.6277
CIE-Lab86.8725-5.20428.1331

#d6dcca color RGB value is (214,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011100 11001010
Octal 326 334 312
Decimal 214 220 202
Hex D6 DC CA

RGB Percentages of Color #d6dcca

%33.65
%34.59
%31.76

CMYK Percentages of Color #d6dcca

%3
%0
%8
%14

Triadic Colors of #d6dcca

#d6dcca #cad6dc #dccad6

Analogous Colors of #d6dcca

#d6dcca #cddcca #dcd9ca

Monochromatic Colors of #d6dcca

#d6dcca

Complementary Color

#d6dcca #d0cadc

#d6dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dcca Color CSS Codes

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

#d6dcca Text Font Color

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

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


#d6dcca Background Color

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

This div background color is #d6dcca


#d6dcca Border Color

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

This div border color is #d6dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dcca


Comments

No comments written yet.

Please login to write comment.