Color Hex Logo

#efac76 Color Hex

#EFAC76
(239,172,118)
0 Favorites   0 Comments

Color spaces of #efac76

RGB 239172118
HSL0.070.790.70
HSV27°51°94°
CMYK 0.000.280.51   0.06
XYZ53.619149.163823.8031
Yxy49.16380.42360.3884
Hunter Lab70.116913.796228.9542
CIE-Lab75.553118.514337.3685

#efac76 color RGB value is (239,172,118).

#efac76 hex color red value is 239, green value is 172 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #efac76 hue: 0.07 , saturation: 0.79 and the lightness value of efac76 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01110110
Octal 357 254 166
Decimal 239 172 118
Hex EF AC 76

RGB Percentages of Color #efac76

%45.18
%32.51
%22.31

CMYK Percentages of Color #efac76

%0
%28
%51
%6

Triadic Colors of #efac76

#efac76 #76efac #ac76ef

Analogous Colors of #efac76

#efac76 #efe976 #ef767d

Monochromatic Colors of #efac76

#efac76

Complementary Color

#efac76 #76b9ef

#efac76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac76 Color CSS Codes

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

#efac76 Text Font Color

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

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


#efac76 Background Color

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

This div background color is #efac76


#efac76 Border Color

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

This div border color is #efac76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac76


Comments

No comments written yet.

Please login to write comment.