Color Hex Logo

#efaa4f Color Hex

#EFAA4F
(239,170,79)
0 Favorites   0 Comments

Color spaces of #efaa4f

RGB 23917079
HSL0.090.830.62
HSV34°67°94°
CMYK 0.000.290.67   0.06
XYZ51.382647.664713.8892
Yxy47.66470.45500.4220
Hunter Lab69.039612.028936.3999
CIE-Lab74.613016.740855.5510

#efaa4f color RGB value is (239,170,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 01001111
Octal 357 252 117
Decimal 239 170 79
Hex EF AA 4F

RGB Percentages of Color #efaa4f

%48.98
%34.84
%16.19

CMYK Percentages of Color #efaa4f

%0
%29
%67
%6

Triadic Colors of #efaa4f

#efaa4f #4fefaa #aa4fef

Analogous Colors of #efaa4f

#efaa4f #e4ef4f #ef5a4f

Monochromatic Colors of #efaa4f

#efaa4f

Complementary Color

#efaa4f #4f94ef

#efaa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa4f Color CSS Codes

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

#efaa4f Text Font Color

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

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


#efaa4f Background Color

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

This div background color is #efaa4f


#efaa4f Border Color

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

This div border color is #efaa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa4f


Comments

No comments written yet.

Please login to write comment.