Color Hex Logo

#efeceb Color Hex

#EFECEB
(239,236,235)
0 Favorites   0 Comments

Color spaces of #efeceb

RGB 239236235
HSL0.040.110.93
HSV15°94°
CMYK 0.000.010.02   0.06
XYZ80.587584.339890.6291
Yxy84.33980.31530.3300
Hunter Lab91.8367-4.07895.7753
CIE-Lab93.59790.83350.8285

#efeceb color RGB value is (239,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11101011
Octal 357 354 353
Decimal 239 236 235
Hex EF EC EB

RGB Percentages of Color #efeceb

%33.66
%33.24
%33.10

CMYK Percentages of Color #efeceb

%0
%1
%2
%6

Triadic Colors of #efeceb

#efeceb #ebefec #ecebef

Analogous Colors of #efeceb

#efeceb #efeeeb #efebec

Monochromatic Colors of #efeceb

#efeceb

Complementary Color

#efeceb #ebeeef

#efeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeceb Color CSS Codes

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

#efeceb Text Font Color

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

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


#efeceb Background Color

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

This div background color is #efeceb


#efeceb Border Color

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

This div border color is #efeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeceb

#efeceb Color Palettes


Comments

No comments written yet.

Please login to write comment.