Color Hex Logo

#efba16 Color Hex

#EFBA16
(239,186,22)
0 Favorites   0 Comments

Color spaces of #efba16

RGB 23918622
HSL0.130.870.51
HSV45°91°94°
CMYK 0.000.220.91   0.06
XYZ53.300353.52658.2815
Yxy53.52650.46300.4650
Hunter Lab73.16182.008844.5020
CIE-Lab78.18486.350377.6494

#efba16 color RGB value is (239,186,22).

#efba16 hex color red value is 239, green value is 186 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #efba16 hue: 0.13 , saturation: 0.87 and the lightness value of efba16 is 0.51.

The process color (four color CMYK) of #efba16 color hex is 0.00, 0.22, 0.91, 0.06. Web safe color of #efba16 is #ffcc00. Color #efba16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00010110
Octal 357 272 26
Decimal 239 186 22
Hex EF BA 16

RGB Percentages of Color #efba16

%53.47
%41.61
%4.92

CMYK Percentages of Color #efba16

%0
%22
%91
%6

Triadic Colors of #efba16

#efba16 #16efba #ba16ef

Analogous Colors of #efba16

#efba16 #b8ef16 #ef4d16

Monochromatic Colors of #efba16

#efba16

Complementary Color

#efba16 #164bef

#efba16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba16 Color CSS Codes

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

#efba16 Text Font Color

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

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


#efba16 Background Color

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

This div background color is #efba16


#efba16 Border Color

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

This div border color is #efba16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba16


Comments

No comments written yet.

Please login to write comment.