Color Hex Logo

#d1dabf Color Hex

#D1DABF
(209,218,191)
0 Favorites   0 Comments

Color spaces of #d1dabf

RGB 209218191
HSL0.220.270.80
HSV80°12°85°
CMYK 0.040.000.12   0.15
XYZ60.769967.459759.1083
Yxy67.45970.32440.3601
Hunter Lab82.1339-11.664114.8252
CIE-Lab85.7356-7.770612.2540

#d1dabf color RGB value is (209,218,191).

#d1dabf hex color red value is 209, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d1dabf hue: 0.22 , saturation: 0.27 and the lightness value of d1dabf is 0.80.

The process color (four color CMYK) of #d1dabf color hex is 0.04, 0.00, 0.12, 0.15. Web safe color of #d1dabf is #cccccc. Color #d1dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011010 10111111
Octal 321 332 277
Decimal 209 218 191
Hex D1 DA BF

RGB Percentages of Color #d1dabf

%33.82
%35.28
%30.91

CMYK Percentages of Color #d1dabf

%4
%0
%12
%15

Triadic Colors of #d1dabf

#d1dabf #bfd1da #dabfd1

Analogous Colors of #d1dabf

#d1dabf #c4dabf #dad6bf

Monochromatic Colors of #d1dabf

#d1dabf

Complementary Color

#d1dabf #c8bfda

#d1dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dabf Color CSS Codes

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

#d1dabf Text Font Color

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

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


#d1dabf Background Color

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

This div background color is #d1dabf


#d1dabf Border Color

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

This div border color is #d1dabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,218,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dabf


Comments

No comments written yet.

Please login to write comment.