Color Hex Logo

#efb49f Color Hex

#EFB49F
(239,180,159)
0 Favorites   0 Comments

Color spaces of #efb49f

RGB 239180159
HSL0.040.710.78
HSV16°33°94°
CMYK 0.000.250.33   0.06
XYZ58.175953.496440.0605
Yxy53.49640.38340.3526
Hunter Lab73.141213.980218.7249
CIE-Lab78.167218.633619.0453

#efb49f color RGB value is (239,180,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10011111
Octal 357 264 237
Decimal 239 180 159
Hex EF B4 9F

RGB Percentages of Color #efb49f

%41.35
%31.14
%27.51

CMYK Percentages of Color #efb49f

%0
%25
%33
%6

Triadic Colors of #efb49f

#efb49f #9fefb4 #b49fef

Analogous Colors of #efb49f

#efb49f #efdc9f #ef9fb2

Monochromatic Colors of #efb49f

#efb49f

Complementary Color

#efb49f #9fdaef

#efb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb49f Color CSS Codes

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

#efb49f Text Font Color

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

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


#efb49f Background Color

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

This div background color is #efb49f


#efb49f Border Color

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

This div border color is #efb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb49f


Comments

No comments written yet.

Please login to write comment.