Color Hex Logo

#d8dbc8 Color Hex

#D8DBC8
(216,219,200)
0 Favorites   0 Comments

Color spaces of #d8dbc8

RGB 216219200
HSL0.190.210.82
HSV69°86°
CMYK 0.010.000.09   0.14
XYZ64.075769.432164.6682
Yxy69.43210.32330.3504
Hunter Lab83.3259-8.558012.3139
CIE-Lab86.7176-4.33028.9841

#d8dbc8 color RGB value is (216,219,200).

#d8dbc8 hex color red value is 216, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d8dbc8 hue: 0.19 , saturation: 0.21 and the lightness value of d8dbc8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 11001000
Octal 330 333 310
Decimal 216 219 200
Hex D8 DB C8

RGB Percentages of Color #d8dbc8

%34.02
%34.49
%31.50

CMYK Percentages of Color #d8dbc8

%1
%0
%9
%14

Triadic Colors of #d8dbc8

#d8dbc8 #c8d8db #dbc8d8

Analogous Colors of #d8dbc8

#d8dbc8 #cfdbc8 #dbd5c8

Monochromatic Colors of #d8dbc8

#d8dbc8

Complementary Color

#d8dbc8 #cbc8db

#d8dbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbc8 Color CSS Codes

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

#d8dbc8 Text Font Color

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

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


#d8dbc8 Background Color

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

This div background color is #d8dbc8


#d8dbc8 Border Color

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

This div border color is #d8dbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbc8

#d8dbc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.