Color Hex Logo

#d8dbee Color Hex

#D8DBEE
(216,219,238)
0 Favorites   0 Comments

Color spaces of #d8dbee

RGB 216219238
HSL0.640.390.89
HSV232°93°
CMYK 0.090.080.00   0.07
XYZ69.083071.435091.0362
Yxy71.43500.29830.3085
Hunter Lab84.5192-2.0091-4.6982
CIE-Lab87.69592.5879-9.6286

#d8dbee color RGB value is (216,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 11101110
Octal 330 333 356
Decimal 216 219 238
Hex D8 DB EE

RGB Percentages of Color #d8dbee

%32.10
%32.54
%35.36

CMYK Percentages of Color #d8dbee

%9
%8
%0
%7

Triadic Colors of #d8dbee

#d8dbee #eed8db #dbeed8

Analogous Colors of #d8dbee

#d8dbee #e0d8ee #d8e6ee

Monochromatic Colors of #d8dbee

#d8dbee

Complementary Color

#d8dbee #eeebd8

#d8dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbee Color CSS Codes

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

#d8dbee Text Font Color

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

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


#d8dbee Background Color

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

This div background color is #d8dbee


#d8dbee Border Color

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

This div border color is #d8dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbee


Comments

No comments written yet.

Please login to write comment.