Color Hex Logo

#efa060 Color Hex

#EFA060
(239,160,96)
0 Favorites   0 Comments

Color spaces of #efa060

RGB 23916096
HSL0.070.820.66
HSV27°60°94°
CMYK 0.000.330.60   0.06
XYZ50.278744.336916.9742
Yxy44.33690.45060.3973
Hunter Lab66.586018.259031.4959
CIE-Lab72.453123.112544.8655

#efa060 color RGB value is (239,160,96).

#efa060 hex color red value is 239, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #efa060 hue: 0.07 , saturation: 0.82 and the lightness value of efa060 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01100000
Octal 357 240 140
Decimal 239 160 96
Hex EF A0 60

RGB Percentages of Color #efa060

%48.28
%32.32
%19.39

CMYK Percentages of Color #efa060

%0
%33
%60
%6

Triadic Colors of #efa060

#efa060 #60efa0 #a060ef

Analogous Colors of #efa060

#efa060 #efe860 #ef6068

Monochromatic Colors of #efa060

#efa060

Complementary Color

#efa060 #60afef

#efa060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa060 Color CSS Codes

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

#efa060 Text Font Color

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

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


#efa060 Background Color

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

This div background color is #efa060


#efa060 Border Color

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

This div border color is #efa060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa060


Comments

No comments written yet.

Please login to write comment.