Color Hex Logo

#efba14 Color Hex

#EFBA14
(239,186,20)
0 Favorites   0 Comments

Color spaces of #efba14

RGB 23918620
HSL0.130.870.51
HSV45°92°94°
CMYK 0.000.220.92   0.06
XYZ53.281853.51908.1838
Yxy53.51900.46340.4654
Hunter Lab73.15671.981744.5771
CIE-Lab78.18046.321677.9763

#efba14 color RGB value is (239,186,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00010100
Octal 357 272 24
Decimal 239 186 20
Hex EF BA 14

RGB Percentages of Color #efba14

%53.71
%41.80
%4.49

CMYK Percentages of Color #efba14

%0
%22
%92
%6

Triadic Colors of #efba14

#efba14 #14efba #ba14ef

Analogous Colors of #efba14

#efba14 #b7ef14 #ef4d14

Monochromatic Colors of #efba14

#efba14

Complementary Color

#efba14 #1449ef

#efba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba14 Color CSS Codes

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

#efba14 Text Font Color

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

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


#efba14 Background Color

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

This div background color is #efba14


#efba14 Border Color

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

This div border color is #efba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba14


Comments

No comments written yet.

Please login to write comment.