Color Hex Logo

#d1dafb Color Hex

#D1DAFB
(209,218,251)
0 Favorites   0 Comments

Color spaces of #d1dafb

RGB 209218251
HSL0.630.840.90
HSV227°17°98°
CMYK 0.170.130.00   0.02
XYZ68.778570.6632101.2811
Yxy70.66320.28570.2935
Hunter Lab84.0614-1.0599-12.5924
CIE-Lab87.32113.5419-17.0929

#d1dafb color RGB value is (209,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011010 11111011
Octal 321 332 373
Decimal 209 218 251
Hex D1 DA FB

RGB Percentages of Color #d1dafb

%30.83
%32.15
%37.02

CMYK Percentages of Color #d1dafb

%17
%13
%0
%2

Triadic Colors of #d1dafb

#d1dafb #fbd1da #dafbd1

Analogous Colors of #d1dafb

#d1dafb #ddd1fb #d1effb

Monochromatic Colors of #d1dafb

#d1dafb

Complementary Color

#d1dafb #fbf2d1

#d1dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dafb Color CSS Codes

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

#d1dafb Text Font Color

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

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


#d1dafb Background Color

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

This div background color is #d1dafb


#d1dafb Border Color

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

This div border color is #d1dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dafb


Comments

No comments written yet.

Please login to write comment.