Color Hex Logo

#efb99f Color Hex

#EFB99F
(239,185,159)
0 Favorites   0 Comments

Color spaces of #efb99f

RGB 239185159
HSL0.050.710.78
HSV20°33°94°
CMYK 0.000.230.33   0.06
XYZ59.203655.551840.4031
Yxy55.55180.38160.3580
Hunter Lab74.533111.354420.0331
CIE-Lab79.358115.985720.6912

#efb99f color RGB value is (239,185,159).

#efb99f hex color red value is 239, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #efb99f hue: 0.05 , saturation: 0.71 and the lightness value of efb99f is 0.78.

The process color (four color CMYK) of #efb99f color hex is 0.00, 0.23, 0.33, 0.06. Web safe color of #efb99f is #ffcc99. Color #efb99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10011111
Octal 357 271 237
Decimal 239 185 159
Hex EF B9 9F

RGB Percentages of Color #efb99f

%40.99
%31.73
%27.27

CMYK Percentages of Color #efb99f

%0
%23
%33
%6

Triadic Colors of #efb99f

#efb99f #9fefb9 #b99fef

Analogous Colors of #efb99f

#efb99f #efe19f #ef9fad

Monochromatic Colors of #efb99f

#efb99f

Complementary Color

#efb99f #9fd5ef

#efb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb99f Color CSS Codes

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

#efb99f Text Font Color

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

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


#efb99f Background Color

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

This div background color is #efb99f


#efb99f Border Color

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

This div border color is #efb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb99f


Comments

No comments written yet.

Please login to write comment.