Color Hex Logo

#d9feff Color Hex

#D9FEFF
(217,254,255)
0 Favorites   0 Comments

Color spaces of #d9feff

RGB 217254255
HSL0.501.000.93
HSV182°15°100°
CMYK 0.150.000.00   0.00
XYZ82.107192.8553108.2031
Yxy92.85530.29000.3279
Hunter Lab96.3615-16.53730.8770
CIE-Lab97.1688-11.6025-4.4641

#d9feff color RGB value is (217,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111110 11111111
Octal 331 376 377
Decimal 217 254 255
Hex D9 FE FF

RGB Percentages of Color #d9feff

%29.89
%34.99
%35.12

CMYK Percentages of Color #d9feff

%15
%0
%0
%0

Triadic Colors of #d9feff

#d9feff #ffd9fe #feffd9

Analogous Colors of #d9feff

#d9feff #d9ebff #d9ffed

Monochromatic Colors of #d9feff

#d9feff

Complementary Color

#d9feff #ffdad9

#d9feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9feff Color CSS Codes

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

#d9feff Text Font Color

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

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


#d9feff Background Color

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

This div background color is #d9feff


#d9feff Border Color

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

This div border color is #d9feff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9feff

Related Colors

#d9feff Color Palettes


Comments

No comments written yet.

Please login to write comment.