Color Hex Logo

#efc58e Color Hex

#EFC58E
(239,197,142)
0 Favorites   0 Comments

Color spaces of #efc58e

RGB 239197142
HSL0.090.750.75
HSV34°41°94°
CMYK 0.000.180.41   0.06
XYZ60.445360.236234.0321
Yxy60.23620.39070.3893
Hunter Lab77.61203.197328.3303
CIE-Lab81.96647.707533.1785

#efc58e color RGB value is (239,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 10001110
Octal 357 305 216
Decimal 239 197 142
Hex EF C5 8E

RGB Percentages of Color #efc58e

%41.35
%34.08
%24.57

CMYK Percentages of Color #efc58e

%0
%18
%41
%6

Triadic Colors of #efc58e

#efc58e #8eefc5 #c58eef

Analogous Colors of #efc58e

#efc58e #e9ef8e #ef958e

Monochromatic Colors of #efc58e

#efc58e

Complementary Color

#efc58e #8eb8ef

#efc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc58e Color CSS Codes

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

#efc58e Text Font Color

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

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


#efc58e Background Color

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

This div background color is #efc58e


#efc58e Border Color

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

This div border color is #efc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc58e


Comments

No comments written yet.

Please login to write comment.