Color Hex Logo

#d7dadf Color Hex

#D7DADF
(215,218,223)
0 Favorites   0 Comments

Color spaces of #d7dadf

RGB 215218223
HSL0.600.110.86
HSV218°87°
CMYK 0.040.020.00   0.13
XYZ66.415069.917679.8070
Yxy69.91760.30730.3235
Hunter Lab83.6167-4.55061.9431
CIE-Lab86.9564-0.0881-2.8143

#d7dadf color RGB value is (215,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011010 11011111
Octal 327 332 337
Decimal 215 218 223
Hex D7 DA DF

RGB Percentages of Color #d7dadf

%32.77
%33.23
%33.99

CMYK Percentages of Color #d7dadf

%4
%2
%0
%13

Triadic Colors of #d7dadf

#d7dadf #dfd7da #dadfd7

Analogous Colors of #d7dadf

#d7dadf #d8d7df #d7dedf

Monochromatic Colors of #d7dadf

#d7dadf

Complementary Color

#d7dadf #dfdcd7

#d7dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dadf Color CSS Codes

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

#d7dadf Text Font Color

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

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


#d7dadf Background Color

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

This div background color is #d7dadf


#d7dadf Border Color

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

This div border color is #d7dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dadf


Comments

No comments written yet.

Please login to write comment.