Color Hex Logo

#d6eeea Color Hex

#D6EEEA
(214,238,234)
0 Favorites   0 Comments

Color spaces of #d6eeea

RGB 214238234
HSL0.470.410.89
HSV170°10°93°
CMYK 0.100.000.02   0.07
XYZ73.157481.385789.6951
Yxy81.38570.29950.3332
Hunter Lab90.2140-13.12334.2009
CIE-Lab92.3031-8.6008-0.7555

#d6eeea color RGB value is (214,238,234).

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

The process color (four color CMYK) of #d6eeea color hex is 0.10, 0.00, 0.02, 0.07. Web safe color of #d6eeea is #ccffff. Color #d6eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101110 11101010
Octal 326 356 352
Decimal 214 238 234
Hex D6 EE EA

RGB Percentages of Color #d6eeea

%31.20
%34.69
%34.11

CMYK Percentages of Color #d6eeea

%10
%0
%2
%7

Triadic Colors of #d6eeea

#d6eeea #ead6ee #eeead6

Analogous Colors of #d6eeea

#d6eeea #d6e6ee #d6eede

Monochromatic Colors of #d6eeea

#d6eeea

Complementary Color

#d6eeea #eed6da

#d6eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eeea Color CSS Codes

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

#d6eeea Text Font Color

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

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


#d6eeea Background Color

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

This div background color is #d6eeea


#d6eeea Border Color

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

This div border color is #d6eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eeea

#d6eeea Color Palettes


Comments

No comments written yet.

Please login to write comment.