Color Hex Logo

#efa59f Color Hex

#EFA59F
(239,165,159)
0 Favorites   0 Comments

Color spaces of #efa59f

RGB 239165159
HSL0.010.710.78
HSV33°94°
CMYK 0.000.310.33   0.06
XYZ55.309747.764239.1052
Yxy47.76420.38900.3359
Hunter Lab69.111621.907314.8303
CIE-Lab74.676026.592414.1743

#efa59f color RGB value is (239,165,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10011111
Octal 357 245 237
Decimal 239 165 159
Hex EF A5 9F

RGB Percentages of Color #efa59f

%42.45
%29.31
%28.24

CMYK Percentages of Color #efa59f

%0
%31
%33
%6

Triadic Colors of #efa59f

#efa59f #9fefa5 #a59fef

Analogous Colors of #efa59f

#efa59f #efcd9f #ef9fc1

Monochromatic Colors of #efa59f

#efa59f

Complementary Color

#efa59f #9fe9ef

#efa59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa59f Color CSS Codes

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

#efa59f Text Font Color

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

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


#efa59f Background Color

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

This div background color is #efa59f


#efa59f Border Color

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

This div border color is #efa59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa59f


Comments

No comments written yet.

Please login to write comment.