Color Hex Logo

#d1dbfd Color Hex

#D1DBFD
(209,219,253)
0 Favorites   0 Comments

Color spaces of #d1dbfd

RGB 209219253
HSL0.630.920.91
HSV226°17°99°
CMYK 0.170.130.00   0.01
XYZ69.355671.3102103.0373
Yxy71.31020.28460.2926
Hunter Lab84.4454-1.1760-13.2318
CIE-Lab87.63553.4388-17.6729

#d1dbfd color RGB value is (209,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 11111101
Octal 321 333 375
Decimal 209 219 253
Hex D1 DB FD

RGB Percentages of Color #d1dbfd

%30.69
%32.16
%37.15

CMYK Percentages of Color #d1dbfd

%17
%13
%0
%1

Triadic Colors of #d1dbfd

#d1dbfd #fdd1db #dbfdd1

Analogous Colors of #d1dbfd

#d1dbfd #ddd1fd #d1f1fd

Monochromatic Colors of #d1dbfd

#d1dbfd

Complementary Color

#d1dbfd #fdf3d1

#d1dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dbfd Color CSS Codes

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

#d1dbfd Text Font Color

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

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


#d1dbfd Background Color

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

This div background color is #d1dbfd


#d1dbfd Border Color

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

This div border color is #d1dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dbfd


Comments

No comments written yet.

Please login to write comment.