Color Hex Logo

#efba59 Color Hex

#EFBA59
(239,186,89)
0 Favorites   0 Comments

Color spaces of #efba59

RGB 23918689
HSL0.110.820.64
HSV39°63°94°
CMYK 0.000.220.63   0.06
XYZ54.958754.189817.0142
Yxy54.18980.43560.4295
Hunter Lab73.61374.440937.8260
CIE-Lab78.57238.913055.3313

#efba59 color RGB value is (239,186,89).

#efba59 hex color red value is 239, green value is 186 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #efba59 hue: 0.11 , saturation: 0.82 and the lightness value of efba59 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 01011001
Octal 357 272 131
Decimal 239 186 89
Hex EF BA 59

RGB Percentages of Color #efba59

%46.50
%36.19
%17.32

CMYK Percentages of Color #efba59

%0
%22
%63
%6

Triadic Colors of #efba59

#efba59 #59efba #ba59ef

Analogous Colors of #efba59

#efba59 #d9ef59 #ef6f59

Monochromatic Colors of #efba59

#efba59

Complementary Color

#efba59 #598eef

#efba59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba59 Color CSS Codes

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

#efba59 Text Font Color

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

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


#efba59 Background Color

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

This div background color is #efba59


#efba59 Border Color

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

This div border color is #efba59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba59


Comments

No comments written yet.

Please login to write comment.