Color Hex Logo

#efebbf Color Hex

#EFEBBF
(239,235,191)
0 Favorites   0 Comments

Color spaces of #efebbf

RGB 239235191
HSL0.150.600.84
HSV55°20°94°
CMYK 0.000.020.20   0.06
XYZ74.708981.529061.0893
Yxy81.52900.34380.3751
Hunter Lab90.2934-10.322323.0919
CIE-Lab92.3666-5.657921.8841

#efebbf color RGB value is (239,235,191).

#efebbf hex color red value is 239, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efebbf hue: 0.15 , saturation: 0.60 and the lightness value of efebbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 10111111
Octal 357 353 277
Decimal 239 235 191
Hex EF EB BF

RGB Percentages of Color #efebbf

%35.94
%35.34
%28.72

CMYK Percentages of Color #efebbf

%0
%2
%20
%6

Triadic Colors of #efebbf

#efebbf #bfefeb #ebbfef

Analogous Colors of #efebbf

#efebbf #dbefbf #efd3bf

Monochromatic Colors of #efebbf

#efebbf

Complementary Color

#efebbf #bfc3ef

#efebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebbf Color CSS Codes

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

#efebbf Text Font Color

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

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


#efebbf Background Color

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

This div background color is #efebbf


#efebbf Border Color

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

This div border color is #efebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebbf


Comments

No comments written yet.

Please login to write comment.