Color Hex Logo

#d1dbfc Color Hex

#D1DBFC
(209,219,252)
0 Favorites   0 Comments

Color spaces of #d1dbfc

RGB 209219252
HSL0.630.880.90
HSV226°17°99°
CMYK 0.170.130.00   0.01
XYZ69.196771.2466102.2004
Yxy71.24660.28520.2936
Hunter Lab84.4077-1.3807-12.7026
CIE-Lab87.60473.2276-17.1930

#d1dbfc color RGB value is (209,219,252).

#d1dbfc hex color red value is 209, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d1dbfc hue: 0.63 , saturation: 0.88 and the lightness value of d1dbfc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11111100
Octal 321 333 374
Decimal 209 219 252
Hex D1 DB FC

RGB Percentages of Color #d1dbfc

%30.74
%32.21
%37.06

CMYK Percentages of Color #d1dbfc

%17
%13
%0
%1

Triadic Colors of #d1dbfc

#d1dbfc #fcd1db #dbfcd1

Analogous Colors of #d1dbfc

#d1dbfc #ddd1fc #d1f1fc

Monochromatic Colors of #d1dbfc

#d1dbfc

Complementary Color

#d1dbfc #fcf2d1

#d1dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbfc Color CSS Codes

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

#d1dbfc Text Font Color

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

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


#d1dbfc Background Color

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

This div background color is #d1dbfc


#d1dbfc Border Color

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

This div border color is #d1dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbfc


Comments

No comments written yet.

Please login to write comment.