Color Hex Logo

#efac12 Color Hex

#EFAC12
(239,172,18)
0 Favorites   0 Comments

Color spaces of #efac12

RGB 23917218
HSL0.120.870.50
HSV42°92°94°
CMYK 0.000.280.92   0.06
XYZ50.458347.89947.1583
Yxy47.89940.47820.4540
Hunter Lab69.20949.022142.3142
CIE-Lab74.761413.643775.7655

#efac12 color RGB value is (239,172,18).

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

The process color (four color CMYK) of #efac12 color hex is 0.00, 0.28, 0.92, 0.06. Web safe color of #efac12 is #ff9900. Color #efac12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 00010010
Octal 357 254 22
Decimal 239 172 18
Hex EF AC 12

RGB Percentages of Color #efac12

%55.71
%40.09
%4.20

CMYK Percentages of Color #efac12

%0
%28
%92
%6

Triadic Colors of #efac12

#efac12 #12efac #ac12ef

Analogous Colors of #efac12

#efac12 #c4ef12 #ef3e12

Monochromatic Colors of #efac12

#efac12

Complementary Color

#efac12 #1255ef

#efac12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac12 Color CSS Codes

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

#efac12 Text Font Color

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

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


#efac12 Background Color

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

This div background color is #efac12


#efac12 Border Color

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

This div border color is #efac12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,172,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 #efac12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac12


Comments

No comments written yet.

Please login to write comment.