Color Hex Logo

#d8dabe Color Hex

#D8DABE
(216,218,190)
0 Favorites   0 Comments

Color spaces of #d8dabe

RGB 216218190
HSL0.180.270.80
HSV64°13°85°
CMYK 0.010.000.13   0.15
XYZ62.684668.459458.6254
Yxy68.45940.33030.3608
Hunter Lab82.7402-9.562415.9083
CIE-Lab86.2356-5.448913.5617

#d8dabe color RGB value is (216,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 10111110
Octal 330 332 276
Decimal 216 218 190
Hex D8 DA BE

RGB Percentages of Color #d8dabe

%34.62
%34.94
%30.45

CMYK Percentages of Color #d8dabe

%1
%0
%13
%15

Triadic Colors of #d8dabe

#d8dabe #bed8da #dabed8

Analogous Colors of #d8dabe

#d8dabe #cadabe #dacebe

Monochromatic Colors of #d8dabe

#d8dabe

Complementary Color

#d8dabe #c0beda

#d8dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dabe Color CSS Codes

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

#d8dabe Text Font Color

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

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


#d8dabe Background Color

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

This div background color is #d8dabe


#d8dabe Border Color

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

This div border color is #d8dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dabe


Comments

No comments written yet.

Please login to write comment.