Color Hex Logo

#d9dfca Color Hex

#D9DFCA
(217,223,202)
0 Favorites   0 Comments

Color spaces of #d9dfca

RGB 217223202
HSL0.210.250.83
HSV77°87°
CMYK 0.030.000.09   0.13
XYZ65.663671.791366.2734
Yxy71.79130.32230.3524
Hunter Lab84.7297-9.943712.9357
CIE-Lab87.8680-5.69719.5880

#d9dfca color RGB value is (217,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11001010
Octal 331 337 312
Decimal 217 223 202
Hex D9 DF CA

RGB Percentages of Color #d9dfca

%33.80
%34.74
%31.46

CMYK Percentages of Color #d9dfca

%3
%0
%9
%13

Triadic Colors of #d9dfca

#d9dfca #cad9df #dfcad9

Analogous Colors of #d9dfca

#d9dfca #cfdfca #dfdbca

Monochromatic Colors of #d9dfca

#d9dfca

Complementary Color

#d9dfca #d0cadf

#d9dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfca Color CSS Codes

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

#d9dfca Text Font Color

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

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


#d9dfca Background Color

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

This div background color is #d9dfca


#d9dfca Border Color

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

This div border color is #d9dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfca


Comments

No comments written yet.

Please login to write comment.