Color Hex Logo

#d9dafe Color Hex

#D9DAFE
(217,218,254)
0 Favorites   0 Comments

Color spaces of #d9dafe

RGB 217218254
HSL0.660.950.92
HSV238°15°100°
CMYK 0.150.140.00   0.00
XYZ71.576172.0503103.9006
Yxy72.05030.28920.2911
Hunter Lab84.88241.9737-13.1564
CIE-Lab87.99286.6523-17.6037

#d9dafe color RGB value is (217,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 11111110
Octal 331 332 376
Decimal 217 218 254
Hex D9 DA FE

RGB Percentages of Color #d9dafe

%31.49
%31.64
%36.87

CMYK Percentages of Color #d9dafe

%15
%14
%0
%0

Triadic Colors of #d9dafe

#d9dafe #fed9da #dafed9

Analogous Colors of #d9dafe

#d9dafe #ebd9fe #d9edfe

Monochromatic Colors of #d9dafe

#d9dafe

Complementary Color

#d9dafe #fefdd9

#d9dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dafe Color CSS Codes

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

#d9dafe Text Font Color

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

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


#d9dafe Background Color

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

This div background color is #d9dafe


#d9dafe Border Color

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

This div border color is #d9dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.