Color Hex Logo

#e9fedd Color Hex

#E9FEDD
(233,254,221)
0 Favorites   0 Comments

Color spaces of #e9fedd

RGB 233254221
HSL0.270.940.93
HSV98°13°100°
CMYK 0.080.000.13   0.00
XYZ82.097293.427782.1130
Yxy93.42770.31870.3626
Hunter Lab96.6580-17.541217.2925
CIE-Lab97.4009-12.622013.4730

#e9fedd color RGB value is (233,254,221).

#e9fedd hex color red value is 233, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e9fedd hue: 0.27 , saturation: 0.94 and the lightness value of e9fedd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111110 11011101
Octal 351 376 335
Decimal 233 254 221
Hex E9 FE DD

RGB Percentages of Color #e9fedd

%32.91
%35.88
%31.21

CMYK Percentages of Color #e9fedd

%8
%0
%13
%0

Triadic Colors of #e9fedd

#e9fedd #dde9fe #fedde9

Analogous Colors of #e9fedd

#e9fedd #ddfee2 #fafedd

Monochromatic Colors of #e9fedd

#e9fedd

Complementary Color

#e9fedd #f2ddfe

#e9fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9fedd Color CSS Codes

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

#e9fedd Text Font Color

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

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


#e9fedd Background Color

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

This div background color is #e9fedd


#e9fedd Border Color

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

This div border color is #e9fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9fedd


Comments

No comments written yet.

Please login to write comment.