Color Hex Logo

#d8dafc Color Hex

#D8DAFC
(216,218,252)
0 Favorites   0 Comments

Color spaces of #d8dafc

RGB 216218252
HSL0.660.860.92
HSV237°14°99°
CMYK 0.140.130.00   0.01
XYZ70.961071.7700102.2084
Yxy71.77000.28970.2930
Hunter Lab84.71721.2605-12.2294
CIE-Lab87.85785.9275-16.7617

#d8dafc color RGB value is (216,218,252).

#d8dafc hex color red value is 216, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d8dafc hue: 0.66 , saturation: 0.86 and the lightness value of d8dafc is 0.92.

The process color (four color CMYK) of #d8dafc color hex is 0.14, 0.13, 0.00, 0.01. Web safe color of #d8dafc is #ccccff. Color #d8dafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011010 11111100
Octal 330 332 374
Decimal 216 218 252
Hex D8 DA FC

RGB Percentages of Color #d8dafc

%31.49
%31.78
%36.73

CMYK Percentages of Color #d8dafc

%14
%13
%0
%1

Triadic Colors of #d8dafc

#d8dafc #fcd8da #dafcd8

Analogous Colors of #d8dafc

#d8dafc #e8d8fc #d8ecfc

Monochromatic Colors of #d8dafc

#d8dafc

Complementary Color

#d8dafc #fcfad8

#d8dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dafc Color CSS Codes

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

#d8dafc Text Font Color

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

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


#d8dafc Background Color

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

This div background color is #d8dafc


#d8dafc Border Color

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

This div border color is #d8dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dafc


Comments

No comments written yet.

Please login to write comment.