Color Hex Logo

#eef0eb Color Hex

#EEF0EB
(238,240,235)
0 Favorites   0 Comments

Color spaces of #eef0eb

RGB 238240235
HSL0.230.140.93
HSV84°94°
CMYK 0.010.000.02   0.06
XYZ81.415486.495591.0015
Yxy86.49550.31450.3341
Hunter Lab93.0030-6.49517.0880
CIE-Lab94.5238-1.54252.1676

#eef0eb color RGB value is (238,240,235).

#eef0eb hex color red value is 238, green value is 240 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eef0eb hue: 0.23 , saturation: 0.14 and the lightness value of eef0eb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 11101011
Octal 356 360 353
Decimal 238 240 235
Hex EE F0 EB

RGB Percentages of Color #eef0eb

%33.38
%33.66
%32.96

CMYK Percentages of Color #eef0eb

%1
%0
%2
%6

Triadic Colors of #eef0eb

#eef0eb #ebeef0 #f0ebee

Analogous Colors of #eef0eb

#eef0eb #ecf0eb #f0f0eb

Monochromatic Colors of #eef0eb

#eef0eb

Complementary Color

#eef0eb #edebf0

#eef0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef0eb Color CSS Codes

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

#eef0eb Text Font Color

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

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


#eef0eb Background Color

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

This div background color is #eef0eb


#eef0eb Border Color

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

This div border color is #eef0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef0eb

#eef0eb Color Palettes


Comments

No comments written yet.

Please login to write comment.