Color Hex Logo

#d6dfca Color Hex

#D6DFCA
(214,223,202)
0 Favorites   0 Comments

Color spaces of #d6dfca

RGB 214223202
HSL0.240.250.83
HSV86°87°
CMYK 0.040.000.09   0.13
XYZ64.779971.335866.2320
Yxy71.33580.32010.3525
Hunter Lab84.4605-10.899212.6285
CIE-Lab87.6479-6.74009.2438

#d6dfca color RGB value is (214,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11001010
Octal 326 337 312
Decimal 214 223 202
Hex D6 DF CA

RGB Percentages of Color #d6dfca

%33.49
%34.90
%31.61

CMYK Percentages of Color #d6dfca

%4
%0
%9
%13

Triadic Colors of #d6dfca

#d6dfca #cad6df #dfcad6

Analogous Colors of #d6dfca

#d6dfca #ccdfca #dfdeca

Monochromatic Colors of #d6dfca

#d6dfca

Complementary Color

#d6dfca #d3cadf

#d6dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfca Color CSS Codes

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

#d6dfca Text Font Color

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

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


#d6dfca Background Color

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

This div background color is #d6dfca


#d6dfca Border Color

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

This div border color is #d6dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dfca


Comments

No comments written yet.

Please login to write comment.