Color Hex Logo

#d6dfec Color Hex

#D6DFEC
(214,223,236)
0 Favorites   0 Comments

Color spaces of #d6dfec

RGB 214223236
HSL0.600.370.88
HSV215°93°
CMYK 0.090.060.00   0.07
XYZ69.259673.127689.8216
Yxy73.12760.29830.3149
Hunter Lab85.5147-5.0809-2.4159
CIE-Lab88.5085-0.5321-7.3858

#d6dfec color RGB value is (214,223,236).

#d6dfec hex color red value is 214, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d6dfec hue: 0.60 , saturation: 0.37 and the lightness value of d6dfec is 0.88.

The process color (four color CMYK) of #d6dfec color hex is 0.09, 0.06, 0.00, 0.07. Web safe color of #d6dfec is #ccccff. Color #d6dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11101100
Octal 326 337 354
Decimal 214 223 236
Hex D6 DF EC

RGB Percentages of Color #d6dfec

%31.80
%33.14
%35.07

CMYK Percentages of Color #d6dfec

%9
%6
%0
%7

Triadic Colors of #d6dfec

#d6dfec #ecd6df #dfecd6

Analogous Colors of #d6dfec

#d6dfec #d8d6ec #d6eaec

Monochromatic Colors of #d6dfec

#d6dfec

Complementary Color

#d6dfec #ece3d6

#d6dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfec Color CSS Codes

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

#d6dfec Text Font Color

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

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


#d6dfec Background Color

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

This div background color is #d6dfec


#d6dfec Border Color

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

This div border color is #d6dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dfec


Comments

No comments written yet.

Please login to write comment.