Color Hex Logo

#efeeed Color Hex

#EFEEED
(239,238,237)
0 Favorites   0 Comments

Color spaces of #efeeed

RGB 239238237
HSL0.080.060.93
HSV30°94°
CMYK 0.000.000.01   0.06
XYZ81.457285.614292.3527
Yxy85.61420.31400.3300
Hunter Lab92.5279-4.78105.5919
CIE-Lab94.14710.16230.5903

#efeeed color RGB value is (239,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11101101
Octal 357 356 355
Decimal 239 238 237
Hex EF EE ED

RGB Percentages of Color #efeeed

%33.47
%33.33
%33.19

CMYK Percentages of Color #efeeed

%0
%0
%1
%6

Triadic Colors of #efeeed

#efeeed #edefee #eeedef

Analogous Colors of #efeeed

#efeeed #efefed #efeded

Monochromatic Colors of #efeeed

#efeeed

Complementary Color

#efeeed #edeeef

#efeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeed Color CSS Codes

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

#efeeed Text Font Color

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

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


#efeeed Background Color

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

This div background color is #efeeed


#efeeed Border Color

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

This div border color is #efeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeed

#efeeed Color Palettes


Comments

No comments written yet.

Please login to write comment.