Color Hex Logo

#d8faff Color Hex

#D8FAFF
(216,250,255)
0 Favorites   0 Comments

Color spaces of #d8faff

RGB 216250255
HSL0.521.000.92
HSV188°15°100°
CMYK 0.150.020.00   0.00
XYZ80.554590.1901107.7705
Yxy90.19010.28920.3238
Hunter Lab94.9685-14.7869-0.8045
CIE-Lab96.0756-9.9108-6.0828

#d8faff color RGB value is (216,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111010 11111111
Octal 330 372 377
Decimal 216 250 255
Hex D8 FA FF

RGB Percentages of Color #d8faff

%29.96
%34.67
%35.37

CMYK Percentages of Color #d8faff

%15
%2
%0
%0

Triadic Colors of #d8faff

#d8faff #ffd8fa #faffd8

Analogous Colors of #d8faff

#d8faff #d8e7ff #d8fff1

Monochromatic Colors of #d8faff

#d8faff

Complementary Color

#d8faff #ffddd8

#d8faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8faff Color CSS Codes

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

#d8faff Text Font Color

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

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


#d8faff Background Color

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

This div background color is #d8faff


#d8faff Border Color

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

This div border color is #d8faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8faff

Related Colors

#d8faff Color Palettes


Comments

No comments written yet.

Please login to write comment.