Color Hex Logo

#efe9ed Color Hex

#EFE9ED
(239,233,237)
0 Favorites   0 Comments

Color spaces of #efe9ed

RGB 239233237
HSL0.890.160.93
HSV320°94°
CMYK 0.000.030.01   0.06
XYZ80.021682.743091.8742
Yxy82.74300.31430.3249
Hunter Lab90.9632-2.15663.7904
CIE-Lab92.90182.7235-1.2293

#efe9ed color RGB value is (239,233,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 11101101
Octal 357 351 355
Decimal 239 233 237
Hex EF E9 ED

RGB Percentages of Color #efe9ed

%33.71
%32.86
%33.43

CMYK Percentages of Color #efe9ed

%0
%3
%1
%6

Triadic Colors of #efe9ed

#efe9ed #edefe9 #e9edef

Analogous Colors of #efe9ed

#efe9ed #efe9ea #eee9ef

Monochromatic Colors of #efe9ed

#efe9ed

Complementary Color

#efe9ed #e9efeb

#efe9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe9ed Color CSS Codes

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

#efe9ed Text Font Color

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

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


#efe9ed Background Color

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

This div background color is #efe9ed


#efe9ed Border Color

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

This div border color is #efe9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe9ed

#efe9ed Color Palettes


Comments

No comments written yet.

Please login to write comment.