Color Hex Logo

#d1f0fb Color Hex

#D1F0FB
(209,240,251)
0 Favorites   0 Comments

Color spaces of #d1f0fb

RGB 209240251
HSL0.540.840.90
HSV196°17°98°
CMYK 0.170.040.00   0.02
XYZ74.867282.8405103.3107
Yxy82.84050.28680.3174
Hunter Lab91.0168-12.4515-3.5868
CIE-Lab92.9446-7.8236-8.6928

#d1f0fb color RGB value is (209,240,251).

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

The process color (four color CMYK) of #d1f0fb color hex is 0.17, 0.04, 0.00, 0.02. Web safe color of #d1f0fb is #ccffff. Color #d1f0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11110000 11111011
Octal 321 360 373
Decimal 209 240 251
Hex D1 F0 FB

RGB Percentages of Color #d1f0fb

%29.86
%34.29
%35.86

CMYK Percentages of Color #d1f0fb

%17
%4
%0
%2

Triadic Colors of #d1f0fb

#d1f0fb #fbd1f0 #f0fbd1

Analogous Colors of #d1f0fb

#d1f0fb #d1dbfb #d1fbf1

Monochromatic Colors of #d1f0fb

#d1f0fb

Complementary Color

#d1f0fb #fbdcd1

#d1f0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1f0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1f0fb Color CSS Codes

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

#d1f0fb Text Font Color

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

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


#d1f0fb Background Color

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

This div background color is #d1f0fb


#d1f0fb Border Color

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

This div border color is #d1f0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1f0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.