Color Hex Logo

#d6effd Color Hex

#D6EFFD
(214,239,253)
0 Favorites   0 Comments

Color spaces of #d6effd

RGB 214239253
HSL0.560.910.92
HSV202°15°99°
CMYK 0.150.060.00   0.01
XYZ76.327783.1210104.9496
Yxy83.12100.28870.3144
Hunter Lab91.1707-10.1094-4.4312
CIE-Lab93.0674-5.3696-9.5148

#d6effd color RGB value is (214,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101111 11111101
Octal 326 357 375
Decimal 214 239 253
Hex D6 EF FD

RGB Percentages of Color #d6effd

%30.31
%33.85
%35.84

CMYK Percentages of Color #d6effd

%15
%6
%0
%1

Triadic Colors of #d6effd

#d6effd #fdd6ef #effdd6

Analogous Colors of #d6effd

#d6effd #d6dcfd #d6fdf8

Monochromatic Colors of #d6effd

#d6effd

Complementary Color

#d6effd #fde4d6

#d6effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6effd Color CSS Codes

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

#d6effd Text Font Color

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

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


#d6effd Background Color

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

This div background color is #d6effd


#d6effd Border Color

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

This div border color is #d6effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6effd


Comments

No comments written yet.

Please login to write comment.