Color Hex Logo

#efba12 Color Hex

#EFBA12
(239,186,18)
0 Favorites   0 Comments

Color spaces of #efba12

RGB 23918618
HSL0.130.870.50
HSV46°92°94°
CMYK 0.000.220.92   0.06
XYZ53.264753.51228.0938
Yxy53.51220.46370.4658
Hunter Lab73.15201.956444.6464
CIE-Lab78.17646.294678.2800

#efba12 color RGB value is (239,186,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 00010010
Octal 357 272 22
Decimal 239 186 18
Hex EF BA 12

RGB Percentages of Color #efba12

%53.95
%41.99
%4.06

CMYK Percentages of Color #efba12

%0
%22
%92
%6

Triadic Colors of #efba12

#efba12 #12efba #ba12ef

Analogous Colors of #efba12

#efba12 #b6ef12 #ef4c12

Monochromatic Colors of #efba12

#efba12

Complementary Color

#efba12 #1247ef

#efba12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efba12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efba12 Color CSS Codes

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

#efba12 Text Font Color

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

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


#efba12 Background Color

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

This div background color is #efba12


#efba12 Border Color

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

This div border color is #efba12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efba12


Comments

No comments written yet.

Please login to write comment.