Color Hex Logo

#efa09f Color Hex

#EFA09F
(239,160,159)
0 Favorites   0 Comments

Color spaces of #efa09f

RGB 239160159
HSL0.000.710.78
HSV33°94°
CMYK 0.000.330.33   0.06
XYZ54.425445.995538.8104
Yxy45.99550.39090.3304
Hunter Lab67.820024.560913.5449
CIE-Lab73.542629.240812.5784

#efa09f color RGB value is (239,160,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 10011111
Octal 357 240 237
Decimal 239 160 159
Hex EF A0 9F

RGB Percentages of Color #efa09f

%42.83
%28.67
%28.49

CMYK Percentages of Color #efa09f

%0
%33
%33
%6

Triadic Colors of #efa09f

#efa09f #9fefa0 #a09fef

Analogous Colors of #efa09f

#efa09f #efc89f #ef9fc6

Monochromatic Colors of #efa09f

#efa09f

Complementary Color

#efa09f #9feeef

#efa09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa09f Color CSS Codes

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

#efa09f Text Font Color

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

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


#efa09f Background Color

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

This div background color is #efa09f


#efa09f Border Color

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

This div border color is #efa09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa09f


Comments

No comments written yet.

Please login to write comment.