Color Hex Logo

#efb58e Color Hex

#EFB58E
(239,181,142)
0 Favorites   0 Comments

Color spaces of #efb58e

RGB 239181142
HSL0.070.750.75
HSV24°41°94°
CMYK 0.000.240.41   0.06
XYZ57.003053.351532.8847
Yxy53.35150.39800.3725
Hunter Lab73.042111.480024.4362
CIE-Lab78.082116.128028.0242

#efb58e color RGB value is (239,181,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 10001110
Octal 357 265 216
Decimal 239 181 142
Hex EF B5 8E

RGB Percentages of Color #efb58e

%42.53
%32.21
%25.27

CMYK Percentages of Color #efb58e

%0
%24
%41
%6

Triadic Colors of #efb58e

#efb58e #8eefb5 #b58eef

Analogous Colors of #efb58e

#efb58e #efe68e #ef8e98

Monochromatic Colors of #efb58e

#efb58e

Complementary Color

#efb58e #8ec8ef

#efb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb58e Color CSS Codes

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

#efb58e Text Font Color

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

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


#efb58e Background Color

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

This div background color is #efb58e


#efb58e Border Color

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

This div border color is #efb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb58e


Comments

No comments written yet.

Please login to write comment.