Color Hex Logo

#efbf8f Color Hex

#EFBF8F
(239,191,143)
0 Favorites   0 Comments

Color spaces of #efbf8f

RGB 239191143
HSL0.080.750.75
HSV30°40°94°
CMYK 0.000.200.40   0.06
XYZ59.185357.595533.9842
Yxy57.59550.39260.3820
Hunter Lab75.89176.395526.5742
CIE-Lab80.513410.961930.7370

#efbf8f color RGB value is (239,191,143).

#efbf8f hex color red value is 239, green value is 191 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #efbf8f hue: 0.08 , saturation: 0.75 and the lightness value of efbf8f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10001111
Octal 357 277 217
Decimal 239 191 143
Hex EF BF 8F

RGB Percentages of Color #efbf8f

%41.71
%33.33
%24.96

CMYK Percentages of Color #efbf8f

%0
%20
%40
%6

Triadic Colors of #efbf8f

#efbf8f #8fefbf #bf8fef

Analogous Colors of #efbf8f

#efbf8f #efef8f #ef8f8f

Monochromatic Colors of #efbf8f

#efbf8f

Complementary Color

#efbf8f #8fbfef

#efbf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf8f Color CSS Codes

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

#efbf8f Text Font Color

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

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


#efbf8f Background Color

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

This div background color is #efbf8f


#efbf8f Border Color

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

This div border color is #efbf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf8f


Comments

No comments written yet.

Please login to write comment.