Color Hex Logo

#d9faff Color Hex

#D9FAFF
(217,250,255)
0 Favorites   0 Comments

Color spaces of #d9faff

RGB 217250255
HSL0.521.000.93
HSV188°15°100°
CMYK 0.150.020.00   0.00
XYZ80.850990.3429107.7844
Yxy90.34290.28980.3238
Hunter Lab95.0489-14.4991-0.7000
CIE-Lab96.1388-9.6038-5.9823

#d9faff color RGB value is (217,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 11111111
Octal 331 372 377
Decimal 217 250 255
Hex D9 FA FF

RGB Percentages of Color #d9faff

%30.06
%34.63
%35.32

CMYK Percentages of Color #d9faff

%15
%2
%0
%0

Triadic Colors of #d9faff

#d9faff #ffd9fa #faffd9

Analogous Colors of #d9faff

#d9faff #d9e7ff #d9fff1

Monochromatic Colors of #d9faff

#d9faff

Complementary Color

#d9faff #ffded9

#d9faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faff Color CSS Codes

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

#d9faff Text Font Color

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

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


#d9faff Background Color

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

This div background color is #d9faff


#d9faff Border Color

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

This div border color is #d9faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faff


Comments

No comments written yet.

Please login to write comment.