Color Hex Logo

#e9feed Color Hex

#E9FEED
(233,254,237)
0 Favorites   0 Comments

Color spaces of #e9feed

RGB 233254237
HSL0.370.910.95
HSV131°100°
CMYK 0.080.000.07   0.00
XYZ84.332194.321793.8819
Yxy94.32170.30940.3461
Hunter Lab97.1194-14.961210.6700
CIE-Lab97.7615-9.89385.7827

#e9feed color RGB value is (233,254,237).

#e9feed hex color red value is 233, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e9feed hue: 0.37 , saturation: 0.91 and the lightness value of e9feed is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111110 11101101
Octal 351 376 355
Decimal 233 254 237
Hex E9 FE ED

RGB Percentages of Color #e9feed

%32.18
%35.08
%32.73

CMYK Percentages of Color #e9feed

%8
%0
%7
%0

Triadic Colors of #e9feed

#e9feed #ede9fe #feede9

Analogous Colors of #e9feed

#e9feed #e9fef8 #f0fee9

Monochromatic Colors of #e9feed

#e9feed

Complementary Color

#e9feed #fee9fa

#e9feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9feed Color CSS Codes

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

#e9feed Text Font Color

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

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


#e9feed Background Color

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

This div background color is #e9feed


#e9feed Border Color

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

This div border color is #e9feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9feed

Related Colors


Comments

No comments written yet.

Please login to write comment.