Color Hex Logo

#eefbeb Color Hex

#EEFBEB
(238,251,235)
0 Favorites   0 Comments

Color spaces of #eefbeb

RGB 238251235
HSL0.300.670.95
HSV109°98°
CMYK 0.050.000.06   0.02
XYZ84.752593.169792.1139
Yxy93.16970.31390.3450
Hunter Lab96.5245-12.187310.9863
CIE-Lab97.2964-7.09236.1834

#eefbeb color RGB value is (238,251,235).

#eefbeb hex color red value is 238, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eefbeb hue: 0.30 , saturation: 0.67 and the lightness value of eefbeb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11101011
Octal 356 373 353
Decimal 238 251 235
Hex EE FB EB

RGB Percentages of Color #eefbeb

%32.87
%34.67
%32.46

CMYK Percentages of Color #eefbeb

%5
%0
%6
%2

Triadic Colors of #eefbeb

#eefbeb #ebeefb #fbebee

Analogous Colors of #eefbeb

#eefbeb #ebfbf0 #f6fbeb

Monochromatic Colors of #eefbeb

#eefbeb

Complementary Color

#eefbeb #f8ebfb

#eefbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbeb Color CSS Codes

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

#eefbeb Text Font Color

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

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


#eefbeb Background Color

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

This div background color is #eefbeb


#eefbeb Border Color

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

This div border color is #eefbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbeb


Comments

No comments written yet.

Please login to write comment.