Color Hex Logo

#eef3eb Color Hex

#EEF3EB
(238,243,235)
0 Favorites   0 Comments

Color spaces of #eef3eb

RGB 238243235
HSL0.270.250.94
HSV98°95°
CMYK 0.020.000.03   0.05
XYZ82.305988.276591.2983
Yxy88.27650.31430.3371
Hunter Lab93.9556-8.05478.1558
CIE-Lab95.2772-3.06513.2620

#eef3eb color RGB value is (238,243,235).

#eef3eb hex color red value is 238, green value is 243 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eef3eb hue: 0.27 , saturation: 0.25 and the lightness value of eef3eb is 0.94.

The process color (four color CMYK) of #eef3eb color hex is 0.02, 0.00, 0.03, 0.05. Web safe color of #eef3eb is #ffffff. Color #eef3eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 11101011
Octal 356 363 353
Decimal 238 243 235
Hex EE F3 EB

RGB Percentages of Color #eef3eb

%33.24
%33.94
%32.82

CMYK Percentages of Color #eef3eb

%2
%0
%3
%5

Triadic Colors of #eef3eb

#eef3eb #ebeef3 #f3ebee

Analogous Colors of #eef3eb

#eef3eb #ebf3ec #f2f3eb

Monochromatic Colors of #eef3eb

#eef3eb

Complementary Color

#eef3eb #f0ebf3

#eef3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef3eb Color CSS Codes

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

#eef3eb Text Font Color

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

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


#eef3eb Background Color

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

This div background color is #eef3eb


#eef3eb Border Color

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

This div border color is #eef3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef3eb


Comments

No comments written yet.

Please login to write comment.