Color Hex Logo

#d5defc Color Hex

#D5DEFC
(213,222,252)
0 Favorites   0 Comments

Color spaces of #d5defc

RGB 213222252
HSL0.630.870.91
HSV226°15°99°
CMYK 0.150.120.00   0.01
XYZ71.132573.4170102.5173
Yxy73.41700.28790.2972
Hunter Lab85.6837-1.7602-10.9596
CIE-Lab88.64622.8942-15.5994

#d5defc color RGB value is (213,222,252).

#d5defc hex color red value is 213, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d5defc hue: 0.63 , saturation: 0.87 and the lightness value of d5defc is 0.91.

The process color (four color CMYK) of #d5defc color hex is 0.15, 0.12, 0.00, 0.01. Web safe color of #d5defc is #ccccff. Color #d5defc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011110 11111100
Octal 325 336 374
Decimal 213 222 252
Hex D5 DE FC

RGB Percentages of Color #d5defc

%31.00
%32.31
%36.68

CMYK Percentages of Color #d5defc

%15
%12
%0
%1

Triadic Colors of #d5defc

#d5defc #fcd5de #defcd5

Analogous Colors of #d5defc

#d5defc #e0d5fc #d5f2fc

Monochromatic Colors of #d5defc

#d5defc

Complementary Color

#d5defc #fcf3d5

#d5defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5defc Color CSS Codes

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

#d5defc Text Font Color

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

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


#d5defc Background Color

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

This div background color is #d5defc


#d5defc Border Color

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

This div border color is #d5defc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5defc

Related Colors


Comments

No comments written yet.

Please login to write comment.