Color Hex Logo

#eefbed Color Hex

#EEFBED
(238,251,237)
0 Favorites   0 Comments

Color spaces of #eefbed

RGB 238251237
HSL0.320.640.96
HSV116°98°
CMYK 0.050.000.06   0.02
XYZ85.043193.285993.6445
Yxy93.28590.31270.3430
Hunter Lab96.5846-11.853210.1241
CIE-Lab97.3435-6.74585.2227

#eefbed color RGB value is (238,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11101101
Octal 356 373 355
Decimal 238 251 237
Hex EE FB ED

RGB Percentages of Color #eefbed

%32.78
%34.57
%32.64

CMYK Percentages of Color #eefbed

%5
%0
%6
%2

Triadic Colors of #eefbed

#eefbed #edeefb #fbedee

Analogous Colors of #eefbed

#eefbed #edfbf3 #f5fbed

Monochromatic Colors of #eefbed

#eefbed

Complementary Color

#eefbed #faedfb

#eefbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbed Color CSS Codes

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

#eefbed Text Font Color

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

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


#eefbed Background Color

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

This div background color is #eefbed


#eefbed Border Color

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

This div border color is #eefbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbed

Related Colors


Comments

No comments written yet.

Please login to write comment.