Color Hex Logo

#d6faff Color Hex

#D6FAFF
(214,250,255)
0 Favorites   0 Comments

Color spaces of #d6faff

RGB 214250255
HSL0.521.000.92
HSV187°16°100°
CMYK 0.160.020.00   0.00
XYZ79.967289.8874107.7430
Yxy89.88740.28810.3238
Hunter Lab94.8090-15.3588-1.0122
CIE-Lab95.9500-10.5225-6.2822

#d6faff color RGB value is (214,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111010 11111111
Octal 326 372 377
Decimal 214 250 255
Hex D6 FA FF

RGB Percentages of Color #d6faff

%29.76
%34.77
%35.47

CMYK Percentages of Color #d6faff

%16
%2
%0
%0

Triadic Colors of #d6faff

#d6faff #ffd6fa #faffd6

Analogous Colors of #d6faff

#d6faff #d6e6ff #d6fff0

Monochromatic Colors of #d6faff

#d6faff

Complementary Color

#d6faff #ffdbd6

#d6faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6faff Color CSS Codes

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

#d6faff Text Font Color

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

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


#d6faff Background Color

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

This div background color is #d6faff


#d6faff Border Color

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

This div border color is #d6faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6faff

Related Colors

#d6faff Color Palettes


Comments

No comments written yet.

Please login to write comment.