Color Hex Logo

#d8daeb Color Hex

#D8DAEB
(216,218,235)
0 Favorites   0 Comments

Color spaces of #d8daeb

RGB 216218235
HSL0.650.320.88
HSV234°92°
CMYK 0.080.070.00   0.08
XYZ68.385770.739988.6471
Yxy70.73990.30020.3106
Hunter Lab84.1070-2.0526-3.6156
CIE-Lab87.35852.5247-8.5475

#d8daeb color RGB value is (216,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 11101011
Octal 330 332 353
Decimal 216 218 235
Hex D8 DA EB

RGB Percentages of Color #d8daeb

%32.29
%32.59
%35.13

CMYK Percentages of Color #d8daeb

%8
%7
%0
%8

Triadic Colors of #d8daeb

#d8daeb #ebd8da #daebd8

Analogous Colors of #d8daeb

#d8daeb #e0d8eb #d8e4eb

Monochromatic Colors of #d8daeb

#d8daeb

Complementary Color

#d8daeb #ebe9d8

#d8daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8daeb Color CSS Codes

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

#d8daeb Text Font Color

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

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


#d8daeb Background Color

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

This div background color is #d8daeb


#d8daeb Border Color

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

This div border color is #d8daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8daeb


Comments

No comments written yet.

Please login to write comment.