Color Hex Logo

#efeebf Color Hex

#EFEEBF
(239,238,191)
0 Favorites   0 Comments

Color spaces of #efeebf

RGB 239238191
HSL0.160.600.84
HSV59°20°94°
CMYK 0.000.000.20   0.06
XYZ75.575183.261461.3780
Yxy83.26140.34320.3781
Hunter Lab91.2477-11.842423.9918
CIE-Lab93.1288-7.166722.9388

#efeebf color RGB value is (239,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10111111
Octal 357 356 277
Decimal 239 238 191
Hex EF EE BF

RGB Percentages of Color #efeebf

%35.78
%35.63
%28.59

CMYK Percentages of Color #efeebf

%0
%0
%20
%6

Triadic Colors of #efeebf

#efeebf #bfefee #eebfef

Analogous Colors of #efeebf

#efeebf #d8efbf #efd6bf

Monochromatic Colors of #efeebf

#efeebf

Complementary Color

#efeebf #bfc0ef

#efeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeebf Color CSS Codes

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

#efeebf Text Font Color

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

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


#efeebf Background Color

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

This div background color is #efeebf


#efeebf Border Color

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

This div border color is #efeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeebf


Comments

No comments written yet.

Please login to write comment.