Color Hex Logo

#d8dbeb Color Hex

#D8DBEB
(216,219,235)
0 Favorites   0 Comments

Color spaces of #d8dbeb

RGB 216219235
HSL0.640.320.88
HSV231°92°
CMYK 0.080.070.00   0.08
XYZ68.645871.260188.7338
Yxy71.26010.30020.3117
Hunter Lab84.4157-2.5735-3.2319
CIE-Lab87.61122.0026-8.1726

#d8dbeb color RGB value is (216,219,235).

#d8dbeb hex color red value is 216, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d8dbeb hue: 0.64 , saturation: 0.32 and the lightness value of d8dbeb is 0.88.

The process color (four color CMYK) of #d8dbeb color hex is 0.08, 0.07, 0.00, 0.08. Web safe color of #d8dbeb is #ccccff. Color #d8dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 11101011
Octal 330 333 353
Decimal 216 219 235
Hex D8 DB EB

RGB Percentages of Color #d8dbeb

%32.24
%32.69
%35.07

CMYK Percentages of Color #d8dbeb

%8
%7
%0
%8

Triadic Colors of #d8dbeb

#d8dbeb #ebd8db #dbebd8

Analogous Colors of #d8dbeb

#d8dbeb #dfd8eb #d8e5eb

Monochromatic Colors of #d8dbeb

#d8dbeb

Complementary Color

#d8dbeb #ebe8d8

#d8dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbeb Color CSS Codes

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

#d8dbeb Text Font Color

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

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


#d8dbeb Background Color

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

This div background color is #d8dbeb


#d8dbeb Border Color

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

This div border color is #d8dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbeb


Comments

No comments written yet.

Please login to write comment.