Color Hex Logo

#d1daef Color Hex

#D1DAEF
(209,218,239)
0 Favorites   0 Comments

Color spaces of #d1daef

RGB 209218239
HSL0.620.480.88
HSV222°13°94°
CMYK 0.130.090.00   0.06
XYZ66.945969.930191.6308
Yxy69.93010.29300.3060
Hunter Lab83.6242-3.4431-6.4298
CIE-Lab86.96261.0645-11.3023

#d1daef color RGB value is (209,218,239).

#d1daef hex color red value is 209, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d1daef hue: 0.62 , saturation: 0.48 and the lightness value of d1daef is 0.88.

The process color (four color CMYK) of #d1daef color hex is 0.13, 0.09, 0.00, 0.06. Web safe color of #d1daef is #ccccff. Color #d1daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011010 11101111
Octal 321 332 357
Decimal 209 218 239
Hex D1 DA EF

RGB Percentages of Color #d1daef

%31.38
%32.73
%35.89

CMYK Percentages of Color #d1daef

%13
%9
%0
%6

Triadic Colors of #d1daef

#d1daef #efd1da #daefd1

Analogous Colors of #d1daef

#d1daef #d7d1ef #d1e9ef

Monochromatic Colors of #d1daef

#d1daef

Complementary Color

#d1daef #efe6d1

#d1daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1daef Color CSS Codes

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

#d1daef Text Font Color

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

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


#d1daef Background Color

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

This div background color is #d1daef


#d1daef Border Color

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

This div border color is #d1daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1daef


Comments

No comments written yet.

Please login to write comment.