Color Hex Logo

#d9eebd Color Hex

#D9EEBD
(217,238,189)
0 Favorites   0 Comments

Color spaces of #d9eebd

RGB 217238189
HSL0.240.590.84
HSV86°21°93°
CMYK 0.090.000.21   0.07
XYZ68.375179.574959.8999
Yxy79.57490.32900.3828
Hunter Lab89.2048-19.288822.6308
CIE-Lab91.4938-15.323121.4569

#d9eebd color RGB value is (217,238,189).

#d9eebd hex color red value is 217, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9eebd hue: 0.24 , saturation: 0.59 and the lightness value of d9eebd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101110 10111101
Octal 331 356 275
Decimal 217 238 189
Hex D9 EE BD

RGB Percentages of Color #d9eebd

%33.70
%36.96
%29.35

CMYK Percentages of Color #d9eebd

%9
%0
%21
%7

Triadic Colors of #d9eebd

#d9eebd #bdd9ee #eebdd9

Analogous Colors of #d9eebd

#d9eebd #c1eebd #eeebbd

Monochromatic Colors of #d9eebd

#d9eebd

Complementary Color

#d9eebd #d2bdee

#d9eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eebd Color CSS Codes

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

#d9eebd Text Font Color

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

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


#d9eebd Background Color

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

This div background color is #d9eebd


#d9eebd Border Color

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

This div border color is #d9eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eebd


Comments

No comments written yet.

Please login to write comment.