Color Hex Logo

#d2dcca Color Hex

#D2DCCA
(210,220,202)
0 Favorites   0 Comments

Color spaces of #d2dcca

RGB 210220202
HSL0.260.200.83
HSV93°86°
CMYK 0.050.000.08   0.14
XYZ62.832269.152365.9132
Yxy69.15230.31750.3494
Hunter Lab83.1579-10.655711.2156
CIE-Lab86.5794-6.58937.6739

#d2dcca color RGB value is (210,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011100 11001010
Octal 322 334 312
Decimal 210 220 202
Hex D2 DC CA

RGB Percentages of Color #d2dcca

%33.23
%34.81
%31.96

CMYK Percentages of Color #d2dcca

%5
%0
%8
%14

Triadic Colors of #d2dcca

#d2dcca #cad2dc #dccad2

Analogous Colors of #d2dcca

#d2dcca #cadccb #dbdcca

Monochromatic Colors of #d2dcca

#d2dcca

Complementary Color

#d2dcca #d4cadc

#d2dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dcca Color CSS Codes

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

#d2dcca Text Font Color

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

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


#d2dcca Background Color

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

This div background color is #d2dcca


#d2dcca Border Color

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

This div border color is #d2dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dcca


Comments

No comments written yet.

Please login to write comment.