Color Hex Logo

#efb78e Color Hex

#EFB78E
(239,183,142)
0 Favorites   0 Comments

Color spaces of #efb78e

RGB 239183142
HSL0.070.750.75
HSV25°41°94°
CMYK 0.000.230.41   0.06
XYZ57.412654.170733.0212
Yxy54.17070.39700.3746
Hunter Lab73.600710.438424.9199
CIE-Lab78.561215.070528.6649

#efb78e color RGB value is (239,183,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 10001110
Octal 357 267 216
Decimal 239 183 142
Hex EF B7 8E

RGB Percentages of Color #efb78e

%42.38
%32.45
%25.18

CMYK Percentages of Color #efb78e

%0
%23
%41
%6

Triadic Colors of #efb78e

#efb78e #8eefb7 #b78eef

Analogous Colors of #efb78e

#efb78e #efe88e #ef8e96

Monochromatic Colors of #efb78e

#efb78e

Complementary Color

#efb78e #8ec6ef

#efb78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb78e Color CSS Codes

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

#efb78e Text Font Color

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

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


#efb78e Background Color

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

This div background color is #efb78e


#efb78e Border Color

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

This div border color is #efb78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb78e


Comments

No comments written yet.

Please login to write comment.