Color Hex Logo

#d8dabc Color Hex

#D8DABC
(216,218,188)
0 Favorites   0 Comments

Color spaces of #d8dabc

RGB 216218188
HSL0.180.290.80
HSV64°14°85°
CMYK 0.010.000.14   0.15
XYZ62.467468.372657.4818
Yxy68.37260.33170.3631
Hunter Lab82.6877-9.853616.6649
CIE-Lab86.1924-5.765914.5521

#d8dabc color RGB value is (216,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 10111100
Octal 330 332 274
Decimal 216 218 188
Hex D8 DA BC

RGB Percentages of Color #d8dabc

%34.73
%35.05
%30.23

CMYK Percentages of Color #d8dabc

%1
%0
%14
%15

Triadic Colors of #d8dabc

#d8dabc #bcd8da #dabcd8

Analogous Colors of #d8dabc

#d8dabc #c9dabc #dacdbc

Monochromatic Colors of #d8dabc

#d8dabc

Complementary Color

#d8dabc #bebcda

#d8dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dabc Color CSS Codes

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

#d8dabc Text Font Color

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

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


#d8dabc Background Color

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

This div background color is #d8dabc


#d8dabc Border Color

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

This div border color is #d8dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dabc


Comments

No comments written yet.

Please login to write comment.