Color Hex Logo

#efebeb Color Hex

#EFEBEB
(239,235,235)
0 Favorites   0 Comments

Color spaces of #efebeb

RGB 239235235
HSL0.000.110.93
HSV94°
CMYK 0.000.020.02   0.06
XYZ80.300383.765590.5333
Yxy83.76550.31540.3290
Hunter Lab91.5235-3.55495.4179
CIE-Lab93.34861.34530.4649

#efebeb color RGB value is (239,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11101011
Octal 357 353 353
Decimal 239 235 235
Hex EF EB EB

RGB Percentages of Color #efebeb

%33.71
%33.15
%33.15

CMYK Percentages of Color #efebeb

%0
%2
%2
%6

Triadic Colors of #efebeb

#efebeb #ebefeb #ebebef

Analogous Colors of #efebeb

#efebeb #efedeb #efebed

Monochromatic Colors of #efebeb

#efebeb

Complementary Color

#efebeb #ebefef

#efebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebeb Color CSS Codes

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

#efebeb Text Font Color

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

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


#efebeb Background Color

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

This div background color is #efebeb


#efebeb Border Color

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

This div border color is #efebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebeb

#efebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.