Color Hex Logo

#d6dade Color Hex

#D6DADE
(214,218,222)
0 Favorites   0 Comments

Color spaces of #d6dade

RGB 214218222
HSL0.580.110.85
HSV210°87°
CMYK 0.040.020.00   0.13
XYZ65.987869.712979.0852
Yxy69.71290.30720.3246
Hunter Lab83.4943-5.04152.2869
CIE-Lab86.8559-0.6080-2.4424

#d6dade color RGB value is (214,218,222).

#d6dade hex color red value is 214, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d6dade hue: 0.58 , saturation: 0.11 and the lightness value of d6dade is 0.85.

The process color (four color CMYK) of #d6dade color hex is 0.04, 0.02, 0.00, 0.13. Web safe color of #d6dade is #cccccc. Color #d6dade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011010 11011110
Octal 326 332 336
Decimal 214 218 222
Hex D6 DA DE

RGB Percentages of Color #d6dade

%32.72
%33.33
%33.94

CMYK Percentages of Color #d6dade

%4
%2
%0
%13

Triadic Colors of #d6dade

#d6dade #ded6da #daded6

Analogous Colors of #d6dade

#d6dade #d6d6de #d6dede

Monochromatic Colors of #d6dade

#d6dade

Complementary Color

#d6dade #dedad6

#d6dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dade Color CSS Codes

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

#d6dade Text Font Color

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

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


#d6dade Background Color

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

This div background color is #d6dade


#d6dade Border Color

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

This div border color is #d6dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dade


Comments

No comments written yet.

Please login to write comment.