Color Hex Logo

#efa58e Color Hex

#EFA58E
(239,165,142)
0 Favorites   0 Comments

Color spaces of #efa58e

RGB 239165142
HSL0.040.750.75
HSV14°41°94°
CMYK 0.000.310.41   0.06
XYZ53.934247.214031.8618
Yxy47.21400.40550.3550
Hunter Lab68.712419.862620.6061
CIE-Lab74.326424.609422.9550

#efa58e color RGB value is (239,165,142).

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

The process color (four color CMYK) of #efa58e color hex is 0.00, 0.31, 0.41, 0.06. Web safe color of #efa58e is #ff9999. Color #efa58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10001110
Octal 357 245 216
Decimal 239 165 142
Hex EF A5 8E

RGB Percentages of Color #efa58e

%43.77
%30.22
%26.01

CMYK Percentages of Color #efa58e

%0
%31
%41
%6

Triadic Colors of #efa58e

#efa58e #8eefa5 #a58eef

Analogous Colors of #efa58e

#efa58e #efd68e #ef8ea8

Monochromatic Colors of #efa58e

#efa58e

Complementary Color

#efa58e #8ed8ef

#efa58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa58e Color CSS Codes

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

#efa58e Text Font Color

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

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


#efa58e Background Color

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

This div background color is #efa58e


#efa58e Border Color

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

This div border color is #efa58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa58e


Comments

No comments written yet.

Please login to write comment.