Color Hex Logo

#d9fdfc Color Hex

#D9FDFC
(217,253,252)
0 Favorites   0 Comments

Color spaces of #d9fdfc

RGB 217253252
HSL0.500.900.92
HSV178°14°99°
CMYK 0.140.000.00   0.01
XYZ81.311292.0305105.5736
Yxy92.03050.29150.3300
Hunter Lab95.9325-16.58761.9042
CIE-Lab96.8328-11.6976-3.4136

#d9fdfc color RGB value is (217,253,252).

#d9fdfc hex color red value is 217, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d9fdfc hue: 0.50 , saturation: 0.90 and the lightness value of d9fdfc is 0.92.

The process color (four color CMYK) of #d9fdfc color hex is 0.14, 0.00, 0.00, 0.01. Web safe color of #d9fdfc is #ccffff. Color #d9fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111101 11111100
Octal 331 375 374
Decimal 217 253 252
Hex D9 FD FC

RGB Percentages of Color #d9fdfc

%30.06
%35.04
%34.90

CMYK Percentages of Color #d9fdfc

%14
%0
%0
%1

Triadic Colors of #d9fdfc

#d9fdfc #fcd9fd #fdfcd9

Analogous Colors of #d9fdfc

#d9fdfc #d9ecfd #d9fdea

Monochromatic Colors of #d9fdfc

#d9fdfc

Complementary Color

#d9fdfc #fdd9da

#d9fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fdfc Color CSS Codes

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

#d9fdfc Text Font Color

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

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


#d9fdfc Background Color

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

This div background color is #d9fdfc


#d9fdfc Border Color

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

This div border color is #d9fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.