Color Hex Logo

#efba76 Color Hex

#EFBA76
(239,186,118)
0 Favorites   0 Comments

Color spaces of #efba76

RGB 239186118
HSL0.090.790.70
HSV34°51°94°
CMYK 0.000.220.51   0.06
XYZ56.425554.776524.7385
Yxy54.77650.41510.4029
Hunter Lab74.01116.567431.9899
CIE-Lab78.912411.120541.6023

#efba76 color RGB value is (239,186,118).

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

The process color (four color CMYK) of #efba76 color hex is 0.00, 0.22, 0.51, 0.06. Web safe color of #efba76 is #ffcc66. Color #efba76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01110110
Octal 357 272 166
Decimal 239 186 118
Hex EF BA 76

RGB Percentages of Color #efba76

%44.01
%34.25
%21.73

CMYK Percentages of Color #efba76

%0
%22
%51
%6

Triadic Colors of #efba76

#efba76 #76efba #ba76ef

Analogous Colors of #efba76

#efba76 #e8ef76 #ef7e76

Monochromatic Colors of #efba76

#efba76

Complementary Color

#efba76 #76abef

#efba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba76 Color CSS Codes

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

#efba76 Text Font Color

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

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


#efba76 Background Color

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

This div background color is #efba76


#efba76 Border Color

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

This div border color is #efba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba76


Comments

No comments written yet.

Please login to write comment.