Color Hex Logo

#efa39e Color Hex

#EFA39E
(239,163,158)
0 Favorites   0 Comments

Color spaces of #efa39e

RGB 239163158
HSL0.010.720.78
HSV34°94°
CMYK 0.000.320.34   0.06
XYZ54.865447.013738.5306
Yxy47.01370.39080.3348
Hunter Lab68.566522.840214.6789
CIE-Lab74.198527.529514.0509

#efa39e color RGB value is (239,163,158).

#efa39e hex color red value is 239, green value is 163 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efa39e hue: 0.01 , saturation: 0.72 and the lightness value of efa39e is 0.78.

The process color (four color CMYK) of #efa39e color hex is 0.00, 0.32, 0.34, 0.06. Web safe color of #efa39e is #ff9999. Color #efa39e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 10011110
Octal 357 243 236
Decimal 239 163 158
Hex EF A3 9E

RGB Percentages of Color #efa39e

%42.68
%29.11
%28.21

CMYK Percentages of Color #efa39e

%0
%32
%34
%6

Triadic Colors of #efa39e

#efa39e #9eefa3 #a39eef

Analogous Colors of #efa39e

#efa39e #efcc9e #ef9ec2

Monochromatic Colors of #efa39e

#efa39e

Complementary Color

#efa39e #9eeaef

#efa39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa39e Color CSS Codes

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

#efa39e Text Font Color

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

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


#efa39e Background Color

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

This div background color is #efa39e


#efa39e Border Color

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

This div border color is #efa39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa39e


Comments

No comments written yet.

Please login to write comment.