Color Hex Logo

#efb78a Color Hex

#EFB78A
(239,183,138)
0 Favorites   0 Comments

Color spaces of #efb78a

RGB 239183138
HSL0.070.760.74
HSV27°42°94°
CMYK 0.000.230.42   0.06
XYZ57.117554.052731.4675
Yxy54.05270.40040.3790
Hunter Lab73.520510.014226.0877
CIE-Lab78.492514.641330.6878

#efb78a color RGB value is (239,183,138).

#efb78a hex color red value is 239, green value is 183 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #efb78a hue: 0.07 , saturation: 0.76 and the lightness value of efb78a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 10001010
Octal 357 267 212
Decimal 239 183 138
Hex EF B7 8A

RGB Percentages of Color #efb78a

%42.68
%32.68
%24.64

CMYK Percentages of Color #efb78a

%0
%23
%42
%6

Triadic Colors of #efb78a

#efb78a #8aefb7 #b78aef

Analogous Colors of #efb78a

#efb78a #efea8a #ef8a90

Monochromatic Colors of #efb78a

#efb78a

Complementary Color

#efb78a #8ac2ef

#efb78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb78a Color CSS Codes

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

#efb78a Text Font Color

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

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


#efb78a Background Color

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

This div background color is #efb78a


#efb78a Border Color

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

This div border color is #efb78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb78a


Comments

No comments written yet.

Please login to write comment.