Color Hex Logo

#d1fdff Color Hex

#D1FDFF
(209,253,255)
0 Favorites   0 Comments

Color spaces of #d1fdff

RGB 209253255
HSL0.511.000.91
HSV183°18°100°
CMYK 0.180.010.00   0.00
XYZ79.469891.0259107.9890
Yxy91.02590.28540.3269
Hunter Lab95.4075-18.2813-0.3234
CIE-Lab96.4207-13.5319-5.6223

#d1fdff color RGB value is (209,253,255).

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

The process color (four color CMYK) of #d1fdff color hex is 0.18, 0.01, 0.00, 0.00. Web safe color of #d1fdff is #ccffff. Color #d1fdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111101 11111111
Octal 321 375 377
Decimal 209 253 255
Hex D1 FD FF

RGB Percentages of Color #d1fdff

%29.15
%35.29
%35.56

CMYK Percentages of Color #d1fdff

%18
%1
%0
%0

Triadic Colors of #d1fdff

#d1fdff #ffd1fd #fdffd1

Analogous Colors of #d1fdff

#d1fdff #d1e6ff #d1ffea

Monochromatic Colors of #d1fdff

#d1fdff

Complementary Color

#d1fdff #ffd3d1

#d1fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fdff Color CSS Codes

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

#d1fdff Text Font Color

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

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


#d1fdff Background Color

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

This div background color is #d1fdff


#d1fdff Border Color

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

This div border color is #d1fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.