Color Hex Logo

#efeede Color Hex

#EFEEDE
(239,238,222)
0 Favorites   0 Comments

Color spaces of #efeede

RGB 239238222
HSL0.160.350.90
HSV56°94°
CMYK 0.000.000.07   0.06
XYZ79.356084.773781.2877
Yxy84.77370.32340.3454
Hunter Lab92.0726-7.280712.1058
CIE-Lab93.7855-2.39827.8515

#efeede color RGB value is (239,238,222).

#efeede hex color red value is 239, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efeede hue: 0.16 , saturation: 0.35 and the lightness value of efeede is 0.90.

The process color (four color CMYK) of #efeede color hex is 0.00, 0.00, 0.07, 0.06. Web safe color of #efeede is #ffffcc. Color #efeede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11011110
Octal 357 356 336
Decimal 239 238 222
Hex EF EE DE

RGB Percentages of Color #efeede

%34.19
%34.05
%31.76

CMYK Percentages of Color #efeede

%0
%0
%7
%6

Triadic Colors of #efeede

#efeede #deefee #eedeef

Analogous Colors of #efeede

#efeede #e8efde #efe6de

Monochromatic Colors of #efeede

#efeede

Complementary Color

#efeede #dedfef

#efeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeede Color CSS Codes

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

#efeede Text Font Color

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

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


#efeede Background Color

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

This div background color is #efeede


#efeede Border Color

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

This div border color is #efeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeede


Comments

No comments written yet.

Please login to write comment.