Color Hex Logo

#efaa9e Color Hex

#EFAA9E
(239,170,158)
0 Favorites   0 Comments

Color spaces of #efaa9e

RGB 239170158
HSL0.020.720.78
HSV34°94°
CMYK 0.000.290.34   0.06
XYZ56.142949.568838.9564
Yxy49.56880.38810.3426
Hunter Lab70.405119.131716.4774
CIE-Lab75.803823.816616.2995

#efaa9e color RGB value is (239,170,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 10011110
Octal 357 252 236
Decimal 239 170 158
Hex EF AA 9E

RGB Percentages of Color #efaa9e

%42.15
%29.98
%27.87

CMYK Percentages of Color #efaa9e

%0
%29
%34
%6

Triadic Colors of #efaa9e

#efaa9e #9eefaa #aa9eef

Analogous Colors of #efaa9e

#efaa9e #efd39e #ef9ebb

Monochromatic Colors of #efaa9e

#efaa9e

Complementary Color

#efaa9e #9ee3ef

#efaa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa9e Color CSS Codes

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

#efaa9e Text Font Color

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

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


#efaa9e Background Color

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

This div background color is #efaa9e


#efaa9e Border Color

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

This div border color is #efaa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa9e


Comments

No comments written yet.

Please login to write comment.