Color Hex Logo

#d9dfbc Color Hex

#D9DFBC
(217,223,188)
0 Favorites   0 Comments

Color spaces of #d9dfbc

RGB 217223188
HSL0.200.350.81
HSV70°16°87°
CMYK 0.030.000.16   0.13
XYZ64.080071.157957.9344
Yxy71.15790.33170.3684
Hunter Lab84.3551-12.024818.3287
CIE-Lab87.5617-7.958716.4898

#d9dfbc color RGB value is (217,223,188).

#d9dfbc hex color red value is 217, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d9dfbc hue: 0.20 , saturation: 0.35 and the lightness value of d9dfbc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 10111100
Octal 331 337 274
Decimal 217 223 188
Hex D9 DF BC

RGB Percentages of Color #d9dfbc

%34.55
%35.51
%29.94

CMYK Percentages of Color #d9dfbc

%3
%0
%16
%13

Triadic Colors of #d9dfbc

#d9dfbc #bcd9df #dfbcd9

Analogous Colors of #d9dfbc

#d9dfbc #c8dfbc #dfd4bc

Monochromatic Colors of #d9dfbc

#d9dfbc

Complementary Color

#d9dfbc #c2bcdf

#d9dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfbc Color CSS Codes

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

#d9dfbc Text Font Color

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

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


#d9dfbc Background Color

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

This div background color is #d9dfbc


#d9dfbc Border Color

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

This div border color is #d9dfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,223,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9dfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfbc


Comments

No comments written yet.

Please login to write comment.