Color Hex Logo

#d7dade Color Hex

#D7DADE
(215,218,222)
0 Favorites   0 Comments

Color spaces of #d7dade

RGB 215218222
HSL0.600.100.86
HSV214°87°
CMYK 0.030.020.00   0.13
XYZ66.280669.863879.0989
Yxy69.86380.30790.3246
Hunter Lab83.5846-4.72672.4011
CIE-Lab86.9300-0.2738-2.3250

#d7dade color RGB value is (215,218,222).

#d7dade hex color red value is 215, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d7dade hue: 0.60 , saturation: 0.10 and the lightness value of d7dade is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 11011110
Octal 327 332 336
Decimal 215 218 222
Hex D7 DA DE

RGB Percentages of Color #d7dade

%32.82
%33.28
%33.89

CMYK Percentages of Color #d7dade

%3
%2
%0
%13

Triadic Colors of #d7dade

#d7dade #ded7da #daded7

Analogous Colors of #d7dade

#d7dade #d8d7de #d7dede

Monochromatic Colors of #d7dade

#d7dade

Complementary Color

#d7dade #dedbd7

#d7dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dade Color CSS Codes

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

#d7dade Text Font Color

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

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


#d7dade Background Color

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

This div background color is #d7dade


#d7dade Border Color

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

This div border color is #d7dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dade

#d7dade Color Palettes


Comments

No comments written yet.

Please login to write comment.