Color Hex Logo

#efba79 Color Hex

#EFBA79
(239,186,121)
0 Favorites   0 Comments

Color spaces of #efba79

RGB 239186121
HSL0.090.790.71
HSV33°49°94°
CMYK 0.000.220.49   0.06
XYZ56.606754.849025.6926
Yxy54.84900.41270.3999
Hunter Lab74.06016.828531.2735
CIE-Lab78.954211.389440.1253

#efba79 color RGB value is (239,186,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01111001
Octal 357 272 171
Decimal 239 186 121
Hex EF BA 79

RGB Percentages of Color #efba79

%43.77
%34.07
%22.16

CMYK Percentages of Color #efba79

%0
%22
%49
%6

Triadic Colors of #efba79

#efba79 #79efba #ba79ef

Analogous Colors of #efba79

#efba79 #e9ef79 #ef7f79

Monochromatic Colors of #efba79

#efba79

Complementary Color

#efba79 #79aeef

#efba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba79 Color CSS Codes

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

#efba79 Text Font Color

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

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


#efba79 Background Color

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

This div background color is #efba79


#efba79 Border Color

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

This div border color is #efba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba79


Comments

No comments written yet.

Please login to write comment.