Color Hex Logo

#eeebed Color Hex

#EEEBED
(238,235,237)
0 Favorites   0 Comments

Color spaces of #eeebed

RGB 238235237
HSL0.890.080.93
HSV320°93°
CMYK 0.000.010.00   0.07
XYZ80.254383.708292.0482
Yxy83.70820.31350.3270
Hunter Lab91.4922-3.53634.3942
CIE-Lab93.32361.3626-0.6213

#eeebed color RGB value is (238,235,237).

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

The process color (four color CMYK) of #eeebed color hex is 0.00, 0.01, 0.00, 0.07. Web safe color of #eeebed is #ffffff. Color #eeebed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 11101101
Octal 356 353 355
Decimal 238 235 237
Hex EE EB ED

RGB Percentages of Color #eeebed

%33.52
%33.10
%33.38

CMYK Percentages of Color #eeebed

%0
%1
%0
%7

Triadic Colors of #eeebed

#eeebed #edeeeb #ebedee

Analogous Colors of #eeebed

#eeebed #eeebec #eeebee

Monochromatic Colors of #eeebed

#eeebed

Complementary Color

#eeebed #ebeeec

#eeebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebed Color CSS Codes

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

#eeebed Text Font Color

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

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


#eeebed Background Color

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

This div background color is #eeebed


#eeebed Border Color

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

This div border color is #eeebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebed


Comments

No comments written yet.

Please login to write comment.