Color Hex Logo

#d6dffe Color Hex

#D6DFFE
(214,223,254)
0 Favorites   0 Comments

Color spaces of #d6dffe

RGB 214223254
HSL0.630.950.92
HSV227°16°100°
CMYK 0.160.120.00   0.00
XYZ72.008674.2273104.2980
Yxy74.22730.28740.2963
Hunter Lab86.1553-1.5814-11.4667
CIE-Lab89.02983.0969-16.0665

#d6dffe color RGB value is (214,223,254).

#d6dffe hex color red value is 214, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d6dffe hue: 0.63 , saturation: 0.95 and the lightness value of d6dffe is 0.92.

The process color (four color CMYK) of #d6dffe color hex is 0.16, 0.12, 0.00, 0.00. Web safe color of #d6dffe is #ccccff. Color #d6dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11111110
Octal 326 337 376
Decimal 214 223 254
Hex D6 DF FE

RGB Percentages of Color #d6dffe

%30.97
%32.27
%36.76

CMYK Percentages of Color #d6dffe

%16
%12
%0
%0

Triadic Colors of #d6dffe

#d6dffe #fed6df #dffed6

Analogous Colors of #d6dffe

#d6dffe #e1d6fe #d6f3fe

Monochromatic Colors of #d6dffe

#d6dffe

Complementary Color

#d6dffe #fef5d6

#d6dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dffe Color CSS Codes

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

#d6dffe Text Font Color

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

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


#d6dffe Background Color

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

This div background color is #d6dffe


#d6dffe Border Color

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

This div border color is #d6dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dffe


Comments

No comments written yet.

Please login to write comment.