Color Hex Logo

#d1dfbc Color Hex

#D1DFBC
(209,223,188)
0 Favorites   0 Comments

Color spaces of #d1dfbc

RGB 209223188
HSL0.230.350.81
HSV84°16°87°
CMYK 0.060.000.16   0.13
XYZ61.759369.961557.8258
Yxy69.96150.32580.3691
Hunter Lab83.6430-14.576617.5605
CIE-Lab86.9780-10.800715.5847

#d1dfbc color RGB value is (209,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 10111100
Octal 321 337 274
Decimal 209 223 188
Hex D1 DF BC

RGB Percentages of Color #d1dfbc

%33.71
%35.97
%30.32

CMYK Percentages of Color #d1dfbc

%6
%0
%16
%13

Triadic Colors of #d1dfbc

#d1dfbc #bcd1df #dfbcd1

Analogous Colors of #d1dfbc

#d1dfbc #c0dfbc #dfdcbc

Monochromatic Colors of #d1dfbc

#d1dfbc

Complementary Color

#d1dfbc #cabcdf

#d1dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dfbc Color CSS Codes

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

#d1dfbc Text Font Color

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

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


#d1dfbc Background Color

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

This div background color is #d1dfbc


#d1dfbc Border Color

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

This div border color is #d1dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dfbc


Comments

No comments written yet.

Please login to write comment.