Color Hex Logo

#d6d8ea Color Hex

#D6D8EA
(214,216,234)
0 Favorites   0 Comments

Color spaces of #d6d8ea

RGB 214216234
HSL0.650.320.88
HSV234°92°
CMYK 0.090.080.00   0.08
XYZ67.138769.348487.6889
Yxy69.34840.29950.3093
Hunter Lab83.2757-1.8218-4.1391
CIE-Lab86.67632.7252-9.0484

#d6d8ea color RGB value is (214,216,234).

#d6d8ea hex color red value is 214, green value is 216 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d6d8ea hue: 0.65 , saturation: 0.32 and the lightness value of d6d8ea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011000 11101010
Octal 326 330 352
Decimal 214 216 234
Hex D6 D8 EA

RGB Percentages of Color #d6d8ea

%32.23
%32.53
%35.24

CMYK Percentages of Color #d6d8ea

%9
%8
%0
%8

Triadic Colors of #d6d8ea

#d6d8ea #ead6d8 #d8ead6

Analogous Colors of #d6d8ea

#d6d8ea #ded6ea #d6e2ea

Monochromatic Colors of #d6d8ea

#d6d8ea

Complementary Color

#d6d8ea #eae8d6

#d6d8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d8ea Color CSS Codes

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

#d6d8ea Text Font Color

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

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


#d6d8ea Background Color

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

This div background color is #d6d8ea


#d6d8ea Border Color

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

This div border color is #d6d8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d8ea


Comments

No comments written yet.

Please login to write comment.