Color Hex Logo

#efac09 Color Hex

#EFAC09
(239,172,9)
0 Favorites   0 Comments

Color spaces of #efac09

RGB 2391729
HSL0.120.930.49
HSV43°96°94°
CMYK 0.000.280.96   0.06
XYZ50.398447.87556.8431
Yxy47.87550.47950.4554
Hunter Lab69.19218.930242.5707
CIE-Lab74.746313.548576.9420

#efac09 color RGB value is (239,172,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 00001001
Octal 357 254 11
Decimal 239 172 9
Hex EF AC 9

RGB Percentages of Color #efac09

%56.90
%40.95
%2.14

CMYK Percentages of Color #efac09

%0
%28
%96
%6

Triadic Colors of #efac09

#efac09 #09efac #ac09ef

Analogous Colors of #efac09

#efac09 #bfef09 #ef3909

Monochromatic Colors of #efac09

#efac09

Complementary Color

#efac09 #094cef

#efac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac09 Color CSS Codes

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

#efac09 Text Font Color

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

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


#efac09 Background Color

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

This div background color is #efac09


#efac09 Border Color

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

This div border color is #efac09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac09


Comments

No comments written yet.

Please login to write comment.