Color Hex Logo

#efba3b Color Hex

#EFBA3B
(239,186,59)
0 Favorites   0 Comments

Color spaces of #efba3b

RGB 23918659
HSL0.120.850.58
HSV42°75°94°
CMYK 0.000.220.75   0.06
XYZ53.944953.784311.6759
Yxy53.78430.45180.4504
Hunter Lab73.33782.957741.8971
CIE-Lab78.33587.355167.6297

#efba3b color RGB value is (239,186,59).

#efba3b hex color red value is 239, green value is 186 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #efba3b hue: 0.12 , saturation: 0.85 and the lightness value of efba3b is 0.58.

The process color (four color CMYK) of #efba3b color hex is 0.00, 0.22, 0.75, 0.06. Web safe color of #efba3b is #ffcc33. Color #efba3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00111011
Octal 357 272 73
Decimal 239 186 59
Hex EF BA 3B

RGB Percentages of Color #efba3b

%49.38
%38.43
%12.19

CMYK Percentages of Color #efba3b

%0
%22
%75
%6

Triadic Colors of #efba3b

#efba3b #3befba #ba3bef

Analogous Colors of #efba3b

#efba3b #caef3b #ef603b

Monochromatic Colors of #efba3b

#efba3b

Complementary Color

#efba3b #3b70ef

#efba3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba3b Color CSS Codes

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

#efba3b Text Font Color

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

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


#efba3b Background Color

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

This div background color is #efba3b


#efba3b Border Color

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

This div border color is #efba3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba3b


Comments

No comments written yet.

Please login to write comment.