Color Hex Logo

#d9dabf Color Hex

#D9DABF
(217,218,191)
0 Favorites   0 Comments

Color spaces of #d9dabf

RGB 217218191
HSL0.170.270.80
HSV62°12°85°
CMYK 0.000.000.12   0.15
XYZ63.090668.656159.2169
Yxy68.65610.33040.3595
Hunter Lab82.8590-9.089515.6284
CIE-Lab86.3335-4.933013.1850

#d9dabf color RGB value is (217,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 10111111
Octal 331 332 277
Decimal 217 218 191
Hex D9 DA BF

RGB Percentages of Color #d9dabf

%34.66
%34.82
%30.51

CMYK Percentages of Color #d9dabf

%0
%0
%12
%15

Triadic Colors of #d9dabf

#d9dabf #bfd9da #dabfd9

Analogous Colors of #d9dabf

#d9dabf #ccdabf #dacebf

Monochromatic Colors of #d9dabf

#d9dabf

Complementary Color

#d9dabf #c0bfda

#d9dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dabf Color CSS Codes

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

#d9dabf Text Font Color

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

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


#d9dabf Background Color

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

This div background color is #d9dabf


#d9dabf Border Color

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

This div border color is #d9dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dabf


Comments

No comments written yet.

Please login to write comment.