Color Hex Logo

#d4defa Color Hex

#D4DEFA
(212,222,250)
0 Favorites   0 Comments

Color spaces of #d4defa

RGB 212222250
HSL0.620.790.91
HSV224°15°98°
CMYK 0.150.110.00   0.02
XYZ70.528073.1417100.8430
Yxy73.14170.28840.2991
Hunter Lab85.5229-2.4619-10.0448
CIE-Lab88.51532.1691-14.7522

#d4defa color RGB value is (212,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011110 11111010
Octal 324 336 372
Decimal 212 222 250
Hex D4 DE FA

RGB Percentages of Color #d4defa

%30.99
%32.46
%36.55

CMYK Percentages of Color #d4defa

%15
%11
%0
%2

Triadic Colors of #d4defa

#d4defa #fad4de #defad4

Analogous Colors of #d4defa

#d4defa #ddd4fa #d4f1fa

Monochromatic Colors of #d4defa

#d4defa

Complementary Color

#d4defa #faf0d4

#d4defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4defa Color CSS Codes

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

#d4defa Text Font Color

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

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


#d4defa Background Color

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

This div background color is #d4defa


#d4defa Border Color

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

This div border color is #d4defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4defa


Comments

No comments written yet.

Please login to write comment.