Color Hex Logo

#efeeec Color Hex

#EFEEEC
(239,238,236)
0 Favorites   0 Comments

Color spaces of #efeeec

RGB 239238236
HSL0.110.090.93
HSV40°94°
CMYK 0.000.000.01   0.06
XYZ81.311585.555991.5853
Yxy85.55590.31460.3310
Hunter Lab92.4964-4.95356.0415
CIE-Lab94.1221-0.01331.0730

#efeeec color RGB value is (239,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 11101100
Octal 357 356 354
Decimal 239 238 236
Hex EF EE EC

RGB Percentages of Color #efeeec

%33.52
%33.38
%33.10

CMYK Percentages of Color #efeeec

%0
%0
%1
%6

Triadic Colors of #efeeec

#efeeec #ecefee #eeecef

Analogous Colors of #efeeec

#efeeec #efefec #efedec

Monochromatic Colors of #efeeec

#efeeec

Complementary Color

#efeeec #ecedef

#efeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeeec Color CSS Codes

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

#efeeec Text Font Color

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

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


#efeeec Background Color

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

This div background color is #efeeec


#efeeec Border Color

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

This div border color is #efeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeeec

#efeeec Color Palettes


Comments

No comments written yet.

Please login to write comment.