Color Hex Logo

#d1e3fb Color Hex

#D1E3FB
(209,227,251)
0 Favorites   0 Comments

Color spaces of #d1e3fb

RGB 209227251
HSL0.600.840.90
HSV214°17°98°
CMYK 0.170.100.00   0.02
XYZ71.176275.4585102.0804
Yxy75.45850.28620.3034
Hunter Lab86.8669-5.7592-8.8670
CIE-Lab89.6073-1.1556-13.6634

#d1e3fb color RGB value is (209,227,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11100011 11111011
Octal 321 343 373
Decimal 209 227 251
Hex D1 E3 FB

RGB Percentages of Color #d1e3fb

%30.42
%33.04
%36.54

CMYK Percentages of Color #d1e3fb

%17
%10
%0
%2

Triadic Colors of #d1e3fb

#d1e3fb #fbd1e3 #e3fbd1

Analogous Colors of #d1e3fb

#d1e3fb #d4d1fb #d1f8fb

Monochromatic Colors of #d1e3fb

#d1e3fb

Complementary Color

#d1e3fb #fbe9d1

#d1e3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e3fb Color CSS Codes

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

#d1e3fb Text Font Color

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

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


#d1e3fb Background Color

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

This div background color is #d1e3fb


#d1e3fb Border Color

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

This div border color is #d1e3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e3fb

#d1e3fb Color Palettes


Comments

No comments written yet.

Please login to write comment.