Color Hex Logo

#efeece Color Hex

#EFEECE
(239,238,206)
0 Favorites   0 Comments

Color spaces of #efeece

RGB 239238206
HSL0.160.510.87
HSV58°14°94°
CMYK 0.000.000.14   0.06
XYZ77.311783.956070.5229
Yxy83.95600.33350.3622
Hunter Lab91.6275-9.736818.5055
CIE-Lab93.4314-4.950015.6321

#efeece color RGB value is (239,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11001110
Octal 357 356 316
Decimal 239 238 206
Hex EF EE CE

RGB Percentages of Color #efeece

%34.99
%34.85
%30.16

CMYK Percentages of Color #efeece

%0
%0
%14
%6

Triadic Colors of #efeece

#efeece #ceefee #eeceef

Analogous Colors of #efeece

#efeece #e0efce #efdece

Monochromatic Colors of #efeece

#efeece

Complementary Color

#efeece #cecfef

#efeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeece Color CSS Codes

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

#efeece Text Font Color

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

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


#efeece Background Color

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

This div background color is #efeece


#efeece Border Color

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

This div border color is #efeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeece

#efeece Color Palettes


Comments

No comments written yet.

Please login to write comment.