Color Hex Logo

#efecef Color Hex

#EFECEF
(239,236,239)
0 Favorites   0 Comments

Color spaces of #efecef

RGB 239236239
HSL0.830.090.93
HSV300°94°
CMYK 0.000.010.00   0.06
XYZ81.172084.573693.7075
Yxy84.57360.31290.3260
Hunter Lab91.9639-3.38373.9606
CIE-Lab93.69911.5387-1.1035

#efecef color RGB value is (239,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11101111
Octal 357 354 357
Decimal 239 236 239
Hex EF EC EF

RGB Percentages of Color #efecef

%33.47
%33.05
%33.47

CMYK Percentages of Color #efecef

%0
%1
%0
%6

Triadic Colors of #efecef

#efecef #efefec #ecefef

Analogous Colors of #efecef

#efecef #efecee #eeecef

Monochromatic Colors of #efecef

#efecef

Complementary Color

#efecef #ecefec

#efecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecef Color CSS Codes

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

#efecef Text Font Color

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

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


#efecef Background Color

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

This div background color is #efecef


#efecef Border Color

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

This div border color is #efecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecef

#efecef Color Palettes


Comments

No comments written yet.

Please login to write comment.