Color Hex Logo

#efa09e Color Hex

#EFA09E
(239,160,158)
0 Favorites   0 Comments

Color spaces of #efa09e

RGB 239160158
HSL0.000.720.78
HSV34°94°
CMYK 0.000.330.34   0.06
XYZ54.339045.961038.3551
Yxy45.96100.39190.3315
Hunter Lab67.794524.431713.9126
CIE-Lab73.520229.117513.0965

#efa09e color RGB value is (239,160,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 10011110
Octal 357 240 236
Decimal 239 160 158
Hex EF A0 9E

RGB Percentages of Color #efa09e

%42.91
%28.73
%28.37

CMYK Percentages of Color #efa09e

%0
%33
%34
%6

Triadic Colors of #efa09e

#efa09e #9eefa0 #a09eef

Analogous Colors of #efa09e

#efa09e #efc99e #ef9ec5

Monochromatic Colors of #efa09e

#efa09e

Complementary Color

#efa09e #9eedef

#efa09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa09e Color CSS Codes

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

#efa09e Text Font Color

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

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


#efa09e Background Color

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

This div background color is #efa09e


#efa09e Border Color

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

This div border color is #efa09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa09e


Comments

No comments written yet.

Please login to write comment.