Color Hex Logo

#d6eedf Color Hex

#D6EEDF
(214,238,223)
0 Favorites   0 Comments

Color spaces of #d6eedf

RGB 214238223
HSL0.400.410.89
HSV143°10°93°
CMYK 0.100.000.06   0.07
XYZ71.625480.772981.6277
Yxy80.77290.30610.3451
Hunter Lab89.8737-15.02249.0616
CIE-Lab92.0305-10.64734.5731

#d6eedf color RGB value is (214,238,223).

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

The process color (four color CMYK) of #d6eedf color hex is 0.10, 0.00, 0.06, 0.07. Web safe color of #d6eedf is #ccffcc. Color #d6eedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101110 11011111
Octal 326 356 337
Decimal 214 238 223
Hex D6 EE DF

RGB Percentages of Color #d6eedf

%31.70
%35.26
%33.04

CMYK Percentages of Color #d6eedf

%10
%0
%6
%7

Triadic Colors of #d6eedf

#d6eedf #dfd6ee #eedfd6

Analogous Colors of #d6eedf

#d6eedf #d6eeeb #d9eed6

Monochromatic Colors of #d6eedf

#d6eedf

Complementary Color

#d6eedf #eed6e5

#d6eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eedf Color CSS Codes

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

#d6eedf Text Font Color

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

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


#d6eedf Background Color

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

This div background color is #d6eedf


#d6eedf Border Color

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

This div border color is #d6eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eedf


Comments

No comments written yet.

Please login to write comment.