Color Hex Logo

#d9fdff Color Hex

#D9FDFF
(217,253,255)
0 Favorites   0 Comments

Color spaces of #d9fdff

RGB 217253255
HSL0.511.000.93
HSV183°15°100°
CMYK 0.150.010.00   0.00
XYZ81.790692.2223108.0976
Yxy92.22230.28990.3269
Hunter Lab96.0324-16.02880.4837
CIE-Lab96.9111-11.1042-4.8436

#d9fdff color RGB value is (217,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111101 11111111
Octal 331 375 377
Decimal 217 253 255
Hex D9 FD FF

RGB Percentages of Color #d9fdff

%29.93
%34.90
%35.17

CMYK Percentages of Color #d9fdff

%15
%1
%0
%0

Triadic Colors of #d9fdff

#d9fdff #ffd9fd #fdffd9

Analogous Colors of #d9fdff

#d9fdff #d9eaff #d9ffee

Monochromatic Colors of #d9fdff

#d9fdff

Complementary Color

#d9fdff #ffdbd9

#d9fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fdff Color CSS Codes

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

#d9fdff Text Font Color

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

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


#d9fdff Background Color

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

This div background color is #d9fdff


#d9fdff Border Color

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

This div border color is #d9fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.