Color Hex Logo

#d1e5fb Color Hex

#D1E5FB
(209,229,251)
0 Favorites   0 Comments

Color spaces of #d1e5fb

RGB 209229251
HSL0.590.840.90
HSV211°17°98°
CMYK 0.170.090.00   0.02
XYZ71.726476.5590102.2638
Yxy76.55900.28630.3056
Hunter Lab87.4980-6.7963-8.0469
CIE-Lab90.1182-2.1909-12.8997

#d1e5fb color RGB value is (209,229,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11100101 11111011
Octal 321 345 373
Decimal 209 229 251
Hex D1 E5 FB

RGB Percentages of Color #d1e5fb

%30.33
%33.24
%36.43

CMYK Percentages of Color #d1e5fb

%17
%9
%0
%2

Triadic Colors of #d1e5fb

#d1e5fb #fbd1e5 #e5fbd1

Analogous Colors of #d1e5fb

#d1e5fb #d2d1fb #d1fafb

Monochromatic Colors of #d1e5fb

#d1e5fb

Complementary Color

#d1e5fb #fbe7d1

#d1e5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e5fb Color CSS Codes

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

#d1e5fb Text Font Color

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

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


#d1e5fb Background Color

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

This div background color is #d1e5fb


#d1e5fb Border Color

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

This div border color is #d1e5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.