Color Hex Logo

#efaa60 Color Hex

#EFAA60
(239,170,96)
0 Favorites   0 Comments

Color spaces of #efaa60

RGB 23917096
HSL0.090.820.66
HSV31°60°94°
CMYK 0.000.290.60   0.06
XYZ52.082647.944717.5755
Yxy47.94470.44290.4077
Hunter Lab69.242113.090633.4201
CIE-Lab74.790017.818847.6384

#efaa60 color RGB value is (239,170,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 01100000
Octal 357 252 140
Decimal 239 170 96
Hex EF AA 60

RGB Percentages of Color #efaa60

%47.33
%33.66
%19.01

CMYK Percentages of Color #efaa60

%0
%29
%60
%6

Triadic Colors of #efaa60

#efaa60 #60efaa #aa60ef

Analogous Colors of #efaa60

#efaa60 #edef60 #ef6360

Monochromatic Colors of #efaa60

#efaa60

Complementary Color

#efaa60 #60a5ef

#efaa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa60 Color CSS Codes

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

#efaa60 Text Font Color

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

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


#efaa60 Background Color

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

This div background color is #efaa60


#efaa60 Border Color

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

This div border color is #efaa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa60


Comments

No comments written yet.

Please login to write comment.