Color Hex Logo

#efa06f Color Hex

#EFA06F
(239,160,111)
0 Favorites   0 Comments

Color spaces of #efa06f

RGB 239160111
HSL0.060.800.69
HSV23°54°94°
CMYK 0.000.330.54   0.06
XYZ51.036744.640020.9654
Yxy44.64000.43750.3827
Hunter Lab66.813219.428128.1645
CIE-Lab72.654224.267637.3621

#efa06f color RGB value is (239,160,111).

#efa06f hex color red value is 239, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #efa06f hue: 0.06 , saturation: 0.80 and the lightness value of efa06f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01101111
Octal 357 240 157
Decimal 239 160 111
Hex EF A0 6F

RGB Percentages of Color #efa06f

%46.86
%31.37
%21.76

CMYK Percentages of Color #efa06f

%0
%33
%54
%6

Triadic Colors of #efa06f

#efa06f #6fefa0 #a06fef

Analogous Colors of #efa06f

#efa06f #efe06f #ef6f7e

Monochromatic Colors of #efa06f

#efa06f

Complementary Color

#efa06f #6fbeef

#efa06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa06f Color CSS Codes

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

#efa06f Text Font Color

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

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


#efa06f Background Color

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

This div background color is #efa06f


#efa06f Border Color

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

This div border color is #efa06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa06f


Comments

No comments written yet.

Please login to write comment.