Color Hex Logo

#d8defa Color Hex

#D8DEFA
(216,222,250)
0 Favorites   0 Comments

Color spaces of #d8defa

RGB 216222250
HSL0.640.770.91
HSV229°14°98°
CMYK 0.140.110.00   0.02
XYZ71.695573.7436100.8977
Yxy73.74360.29100.2994
Hunter Lab85.8741-1.2516-9.5509
CIE-Lab88.80123.4208-14.2945

#d8defa color RGB value is (216,222,250).

#d8defa hex color red value is 216, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d8defa hue: 0.64 , saturation: 0.77 and the lightness value of d8defa is 0.91.

The process color (four color CMYK) of #d8defa color hex is 0.14, 0.11, 0.00, 0.02. Web safe color of #d8defa is #ccccff. Color #d8defa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011110 11111010
Octal 330 336 372
Decimal 216 222 250
Hex D8 DE FA

RGB Percentages of Color #d8defa

%31.40
%32.27
%36.34

CMYK Percentages of Color #d8defa

%14
%11
%0
%2

Triadic Colors of #d8defa

#d8defa #fad8de #defad8

Analogous Colors of #d8defa

#d8defa #e3d8fa #d8effa

Monochromatic Colors of #d8defa

#d8defa

Complementary Color

#d8defa #faf4d8

#d8defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8defa Color CSS Codes

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

#d8defa Text Font Color

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

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


#d8defa Background Color

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

This div background color is #d8defa


#d8defa Border Color

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

This div border color is #d8defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8defa

Related Colors


Comments

No comments written yet.

Please login to write comment.