Color Hex Logo

#eef0ed Color Hex

#EEF0ED
(238,240,237)
0 Favorites   0 Comments

Color spaces of #eef0ed

RGB 238240237
HSL0.280.090.94
HSV100°94°
CMYK 0.010.000.01   0.06
XYZ81.706086.611792.5321
Yxy86.61170.31320.3320
Hunter Lab93.0654-6.15196.1955
CIE-Lab94.5733-1.19141.2025

#eef0ed color RGB value is (238,240,237).

#eef0ed hex color red value is 238, green value is 240 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eef0ed hue: 0.28 , saturation: 0.09 and the lightness value of eef0ed is 0.94.

The process color (four color CMYK) of #eef0ed color hex is 0.01, 0.00, 0.01, 0.06. Web safe color of #eef0ed is #ffffff. Color #eef0ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 11101101
Octal 356 360 355
Decimal 238 240 237
Hex EE F0 ED

RGB Percentages of Color #eef0ed

%33.29
%33.57
%33.15

CMYK Percentages of Color #eef0ed

%1
%0
%1
%6

Triadic Colors of #eef0ed

#eef0ed #edeef0 #f0edee

Analogous Colors of #eef0ed

#eef0ed #edf0ee #f0f0ed

Monochromatic Colors of #eef0ed

#eef0ed

Complementary Color

#eef0ed #efedf0

#eef0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef0ed Color CSS Codes

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

#eef0ed Text Font Color

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

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


#eef0ed Background Color

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

This div background color is #eef0ed


#eef0ed Border Color

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

This div border color is #eef0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef0ed

#eef0ed Color Palettes


Comments

No comments written yet.

Please login to write comment.