Color Hex Logo

#e9efdd Color Hex

#E9EFDD
(233,239,221)
0 Favorites   0 Comments

Color spaces of #e9efdd

RGB 233239221
HSL0.220.360.90
HSV80°94°
CMYK 0.030.000.08   0.06
XYZ77.521984.277180.5879
Yxy84.27710.31980.3477
Hunter Lab91.8026-9.921712.2147
CIE-Lab93.5707-5.12798.0034

#e9efdd color RGB value is (233,239,221).

#e9efdd hex color red value is 233, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e9efdd hue: 0.22 , saturation: 0.36 and the lightness value of e9efdd is 0.90.

The process color (four color CMYK) of #e9efdd color hex is 0.03, 0.00, 0.08, 0.06. Web safe color of #e9efdd is #ffffcc. Color #e9efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101111 11011101
Octal 351 357 335
Decimal 233 239 221
Hex E9 EF DD

RGB Percentages of Color #e9efdd

%33.62
%34.49
%31.89

CMYK Percentages of Color #e9efdd

%3
%0
%8
%6

Triadic Colors of #e9efdd

#e9efdd #dde9ef #efdde9

Analogous Colors of #e9efdd

#e9efdd #e0efdd #efecdd

Monochromatic Colors of #e9efdd

#e9efdd

Complementary Color

#e9efdd #e3ddef

#e9efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9efdd Color CSS Codes

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

#e9efdd Text Font Color

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

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


#e9efdd Background Color

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

This div background color is #e9efdd


#e9efdd Border Color

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

This div border color is #e9efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9efdd

#e9efdd Color Palettes


Comments

No comments written yet.

Please login to write comment.