Color Hex Logo

#efac4e Color Hex

#EFAC4E
(239,172,78)
0 Favorites   0 Comments

Color spaces of #efac4e

RGB 23917278
HSL0.100.830.62
HSV35°67°94°
CMYK 0.000.280.67   0.06
XYZ51.724348.405813.8248
Yxy48.40580.45390.4248
Hunter Lab69.574310.949136.9207
CIE-Lab75.080215.627956.5123

#efac4e color RGB value is (239,172,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01001110
Octal 357 254 116
Decimal 239 172 78
Hex EF AC 4E

RGB Percentages of Color #efac4e

%48.88
%35.17
%15.95

CMYK Percentages of Color #efac4e

%0
%28
%67
%6

Triadic Colors of #efac4e

#efac4e #4eefac #ac4eef

Analogous Colors of #efac4e

#efac4e #e2ef4e #ef5c4e

Monochromatic Colors of #efac4e

#efac4e

Complementary Color

#efac4e #4e91ef

#efac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac4e Color CSS Codes

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

#efac4e Text Font Color

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

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


#efac4e Background Color

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

This div background color is #efac4e


#efac4e Border Color

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

This div border color is #efac4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac4e


Comments

No comments written yet.

Please login to write comment.