Color Hex Logo

#d6daee Color Hex

#D6DAEE
(214,218,238)
0 Favorites   0 Comments

Color spaces of #d6daee

RGB 214218238
HSL0.640.410.89
HSV230°10°93°
CMYK 0.100.080.00   0.07
XYZ68.235670.612090.9220
Yxy70.61200.29700.3073
Hunter Lab84.0309-2.1069-5.3305
CIE-Lab87.29622.4653-10.2390

#d6daee color RGB value is (214,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011010 11101110
Octal 326 332 356
Decimal 214 218 238
Hex D6 DA EE

RGB Percentages of Color #d6daee

%31.94
%32.54
%35.52

CMYK Percentages of Color #d6daee

%10
%8
%0
%7

Triadic Colors of #d6daee

#d6daee #eed6da #daeed6

Analogous Colors of #d6daee

#d6daee #ded6ee #d6e6ee

Monochromatic Colors of #d6daee

#d6daee

Complementary Color

#d6daee #eeead6

#d6daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6daee Color CSS Codes

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

#d6daee Text Font Color

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

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


#d6daee Background Color

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

This div background color is #d6daee


#d6daee Border Color

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

This div border color is #d6daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6daee


Comments

No comments written yet.

Please login to write comment.