Color Hex Logo

#d2dfca Color Hex

#D2DFCA
(210,223,202)
0 Favorites   0 Comments

Color spaces of #d2dfca

RGB 210223202
HSL0.270.250.83
HSV97°87°
CMYK 0.060.000.09   0.13
XYZ63.626770.741366.1781
Yxy70.74130.31730.3527
Hunter Lab84.1078-12.155412.2247
CIE-Lab87.3592-8.12228.7919

#d2dfca color RGB value is (210,223,202).

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

The process color (four color CMYK) of #d2dfca color hex is 0.06, 0.00, 0.09, 0.13. Web safe color of #d2dfca is #cccccc. Color #d2dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011111 11001010
Octal 322 337 312
Decimal 210 223 202
Hex D2 DF CA

RGB Percentages of Color #d2dfca

%33.07
%35.12
%31.81

CMYK Percentages of Color #d2dfca

%6
%0
%9
%13

Triadic Colors of #d2dfca

#d2dfca #cad2df #dfcad2

Analogous Colors of #d2dfca

#d2dfca #cadfcd #dddfca

Monochromatic Colors of #d2dfca

#d2dfca

Complementary Color

#d2dfca #d7cadf

#d2dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dfca Color CSS Codes

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

#d2dfca Text Font Color

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

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


#d2dfca Background Color

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

This div background color is #d2dfca


#d2dfca Border Color

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

This div border color is #d2dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dfca


Comments

No comments written yet.

Please login to write comment.