Color Hex Logo

#eefbee Color Hex

#EEFBEE
(238,251,238)
0 Favorites   0 Comments

Color spaces of #eefbee

RGB 238251238
HSL0.330.620.96
HSV120°98°
CMYK 0.050.000.05   0.02
XYZ85.189793.344594.4162
Yxy93.34450.31210.3420
Hunter Lab96.6150-11.68489.6898
CIE-Lab97.3672-6.57144.7426

#eefbee color RGB value is (238,251,238).

#eefbee hex color red value is 238, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eefbee hue: 0.33 , saturation: 0.62 and the lightness value of eefbee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11101110
Octal 356 373 356
Decimal 238 251 238
Hex EE FB EE

RGB Percentages of Color #eefbee

%32.74
%34.53
%32.74

CMYK Percentages of Color #eefbee

%5
%0
%5
%2

Triadic Colors of #eefbee

#eefbee #eeeefb #fbeeee

Analogous Colors of #eefbee

#eefbee #eefbf5 #f5fbee

Monochromatic Colors of #eefbee

#eefbee

Complementary Color

#eefbee #fbeefb

#eefbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbee Color CSS Codes

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

#eefbee Text Font Color

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

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


#eefbee Background Color

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

This div background color is #eefbee


#eefbee Border Color

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

This div border color is #eefbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbee


Comments

No comments written yet.

Please login to write comment.