Color Hex Logo

#eeefeb Color Hex

#EEEFEB
(238,239,235)
0 Favorites   0 Comments

Color spaces of #eeefeb

RGB 238239235
HSL0.210.110.93
HSV75°94°
CMYK 0.000.000.02   0.06
XYZ81.121885.908390.9036
Yxy85.90830.31450.3331
Hunter Lab92.6867-5.97406.7313
CIE-Lab94.2731-1.03351.8030

#eeefeb color RGB value is (238,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11101011
Octal 356 357 353
Decimal 238 239 235
Hex EE EF EB

RGB Percentages of Color #eeefeb

%33.43
%33.57
%33.01

CMYK Percentages of Color #eeefeb

%0
%0
%2
%6

Triadic Colors of #eeefeb

#eeefeb #ebeeef #efebee

Analogous Colors of #eeefeb

#eeefeb #ecefeb #efeeeb

Monochromatic Colors of #eeefeb

#eeefeb

Complementary Color

#eeefeb #ecebef

#eeefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefeb Color CSS Codes

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

#eeefeb Text Font Color

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

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


#eeefeb Background Color

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

This div background color is #eeefeb


#eeefeb Border Color

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

This div border color is #eeefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefeb

#eeefeb Color Palettes


Comments

No comments written yet.

Please login to write comment.