Color Hex Logo

#d8eeda Color Hex

#D8EEDA
(216,238,218)
0 Favorites   0 Comments

Color spaces of #d8eeda

RGB 216238218
HSL0.350.390.89
HSV125°93°
CMYK 0.090.000.08   0.07
XYZ71.548380.810078.1565
Yxy80.81000.31040.3506
Hunter Lab89.8944-15.244311.3778
CIE-Lab92.0471-10.88197.2144

#d8eeda color RGB value is (216,238,218).

#d8eeda hex color red value is 216, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d8eeda hue: 0.35 , saturation: 0.39 and the lightness value of d8eeda is 0.89.

The process color (four color CMYK) of #d8eeda color hex is 0.09, 0.00, 0.08, 0.07. Web safe color of #d8eeda is #ccffcc. Color #d8eeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101110 11011010
Octal 330 356 332
Decimal 216 238 218
Hex D8 EE DA

RGB Percentages of Color #d8eeda

%32.14
%35.42
%32.44

CMYK Percentages of Color #d8eeda

%9
%0
%8
%7

Triadic Colors of #d8eeda

#d8eeda #dad8ee #eedad8

Analogous Colors of #d8eeda

#d8eeda #d8eee5 #e1eed8

Monochromatic Colors of #d8eeda

#d8eeda

Complementary Color

#d8eeda #eed8ec

#d8eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eeda Color CSS Codes

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

#d8eeda Text Font Color

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

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


#d8eeda Background Color

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

This div background color is #d8eeda


#d8eeda Border Color

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

This div border color is #d8eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eeda


Comments

No comments written yet.

Please login to write comment.