Color Hex Logo

#d8dafe Color Hex

#D8DAFE
(216,218,254)
0 Favorites   0 Comments

Color spaces of #d8dafe

RGB 216218254
HSL0.660.950.92
HSV237°15°100°
CMYK 0.150.140.00   0.00
XYZ71.279771.8975103.8867
Yxy71.89750.28850.2910
Hunter Lab84.79241.6672-13.2868
CIE-Lab87.91926.3406-17.7218

#d8dafe color RGB value is (216,218,254).

#d8dafe hex color red value is 216, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d8dafe hue: 0.66 , saturation: 0.95 and the lightness value of d8dafe is 0.92.

The process color (four color CMYK) of #d8dafe color hex is 0.15, 0.14, 0.00, 0.00. Web safe color of #d8dafe is #ccccff. Color #d8dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 11111110
Octal 330 332 376
Decimal 216 218 254
Hex D8 DA FE

RGB Percentages of Color #d8dafe

%31.40
%31.69
%36.92

CMYK Percentages of Color #d8dafe

%15
%14
%0
%0

Triadic Colors of #d8dafe

#d8dafe #fed8da #dafed8

Analogous Colors of #d8dafe

#d8dafe #e9d8fe #d8edfe

Monochromatic Colors of #d8dafe

#d8dafe

Complementary Color

#d8dafe #fefcd8

#d8dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dafe Color CSS Codes

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

#d8dafe Text Font Color

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

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


#d8dafe Background Color

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

This div background color is #d8dafe


#d8dafe Border Color

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

This div border color is #d8dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.