Color Hex Logo

#d1dbfe Color Hex

#D1DBFE
(209,219,254)
0 Favorites   0 Comments

Color spaces of #d1dbfe

RGB 209219254
HSL0.630.960.91
HSV227°18°100°
CMYK 0.180.140.00   0.00
XYZ69.515471.3741103.8787
Yxy71.37410.28400.2916
Hunter Lab84.4832-0.9702-13.7635
CIE-Lab87.66643.6509-18.1525

#d1dbfe color RGB value is (209,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11111110
Octal 321 333 376
Decimal 209 219 254
Hex D1 DB FE

RGB Percentages of Color #d1dbfe

%30.65
%32.11
%37.24

CMYK Percentages of Color #d1dbfe

%18
%14
%0
%0

Triadic Colors of #d1dbfe

#d1dbfe #fed1db #dbfed1

Analogous Colors of #d1dbfe

#d1dbfe #ded1fe #d1f2fe

Monochromatic Colors of #d1dbfe

#d1dbfe

Complementary Color

#d1dbfe #fef4d1

#d1dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbfe Color CSS Codes

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

#d1dbfe Text Font Color

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

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


#d1dbfe Background Color

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

This div background color is #d1dbfe


#d1dbfe Border Color

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

This div border color is #d1dbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,219,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbfe

Related Colors

#d1dbfe Color Palettes


Comments

No comments written yet.

Please login to write comment.