Color Hex Logo

#d6eaef Color Hex

#D6EAEF
(214,234,239)
0 Favorites   0 Comments

Color spaces of #d6eaef

RGB 214234239
HSL0.530.440.89
HSV192°10°94°
CMYK 0.100.020.00   0.06
XYZ72.734479.373893.1485
Yxy79.37380.29660.3236
Hunter Lab89.0920-10.18410.3748
CIE-Lab91.4032-5.6068-4.6829

#d6eaef color RGB value is (214,234,239).

#d6eaef hex color red value is 214, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d6eaef hue: 0.53 , saturation: 0.44 and the lightness value of d6eaef is 0.89.

The process color (four color CMYK) of #d6eaef color hex is 0.10, 0.02, 0.00, 0.06. Web safe color of #d6eaef is #ccffff. Color #d6eaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101010 11101111
Octal 326 352 357
Decimal 214 234 239
Hex D6 EA EF

RGB Percentages of Color #d6eaef

%31.15
%34.06
%34.79

CMYK Percentages of Color #d6eaef

%10
%2
%0
%6

Triadic Colors of #d6eaef

#d6eaef #efd6ea #eaefd6

Analogous Colors of #d6eaef

#d6eaef #d6deef #d6efe8

Monochromatic Colors of #d6eaef

#d6eaef

Complementary Color

#d6eaef #efdbd6

#d6eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eaef Color CSS Codes

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

#d6eaef Text Font Color

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

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


#d6eaef Background Color

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

This div background color is #d6eaef


#d6eaef Border Color

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

This div border color is #d6eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eaef


Comments

No comments written yet.

Please login to write comment.