Color Hex Logo

#d9dabc Color Hex

#D9DABC
(217,218,188)
0 Favorites   0 Comments

Color spaces of #d9dabc

RGB 217218188
HSL0.170.290.80
HSV62°14°85°
CMYK 0.000.000.14   0.15
XYZ62.763868.525457.4957
Yxy68.52540.33250.3630
Hunter Lab82.7801-9.526516.7656
CIE-Lab86.2685-5.407314.6703

#d9dabc color RGB value is (217,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 10111100
Octal 331 332 274
Decimal 217 218 188
Hex D9 DA BC

RGB Percentages of Color #d9dabc

%34.83
%34.99
%30.18

CMYK Percentages of Color #d9dabc

%0
%0
%14
%15

Triadic Colors of #d9dabc

#d9dabc #bcd9da #dabcd9

Analogous Colors of #d9dabc

#d9dabc #cadabc #daccbc

Monochromatic Colors of #d9dabc

#d9dabc

Complementary Color

#d9dabc #bdbcda

#d9dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dabc Color CSS Codes

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

#d9dabc Text Font Color

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

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


#d9dabc Background Color

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

This div background color is #d9dabc


#d9dabc Border Color

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

This div border color is #d9dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dabc


Comments

No comments written yet.

Please login to write comment.