Color Hex Logo

#efebec Color Hex

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

Color spaces of #efebec

RGB 239235236
HSL0.960.110.93
HSV345°94°
CMYK 0.000.020.01   0.06
XYZ80.445383.823591.2965
Yxy83.82350.31480.3280
Hunter Lab91.5552-3.38194.9661
CIE-Lab93.37381.5209-0.0186

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

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

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

Base Numbers

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

RGB Percentages of Color #efebec

%33.66
%33.10
%33.24

CMYK Percentages of Color #efebec

%0
%2
%1
%6

Triadic Colors of #efebec

#efebec #ecefeb #ebecef

Analogous Colors of #efebec

#efebec #efeceb #efebee

Monochromatic Colors of #efebec

#efebec

Complementary Color

#efebec #ebefee

#efebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebec Color CSS Codes

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

#efebec Text Font Color

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

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


#efebec Background Color

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

This div background color is #efebec


#efebec Border Color

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

This div border color is #efebec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,235,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 #efebec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebec


Comments

No comments written yet.

Please login to write comment.