Color Hex Logo

#d6fafd Color Hex

#D6FAFD
(214,250,253)
0 Favorites   0 Comments

Color spaces of #d6fafd

RGB 214250253
HSL0.510.910.92
HSV185°15°99°
CMYK 0.150.010.00   0.01
XYZ79.646889.7592106.0559
Yxy89.75920.28910.3258
Hunter Lab94.7413-15.7366-0.0518
CIE-Lab95.8968-10.9242-5.3283

#d6fafd color RGB value is (214,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111010 11111101
Octal 326 372 375
Decimal 214 250 253
Hex D6 FA FD

RGB Percentages of Color #d6fafd

%29.85
%34.87
%35.29

CMYK Percentages of Color #d6fafd

%15
%1
%0
%1

Triadic Colors of #d6fafd

#d6fafd #fdd6fa #fafdd6

Analogous Colors of #d6fafd

#d6fafd #d6e7fd #d6fded

Monochromatic Colors of #d6fafd

#d6fafd

Complementary Color

#d6fafd #fdd9d6

#d6fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6fafd Color CSS Codes

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

#d6fafd Text Font Color

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

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


#d6fafd Background Color

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

This div background color is #d6fafd


#d6fafd Border Color

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

This div border color is #d6fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6fafd


Comments

No comments written yet.

Please login to write comment.