Color Hex Logo

#efac40 Color Hex

#EFAC40
(239,172,64)
0 Favorites   0 Comments

Color spaces of #efac40

RGB 23917264
HSL0.100.850.59
HSV37°73°94°
CMYK 0.000.280.73   0.06
XYZ51.274548.225911.4566
Yxy48.22590.46210.4346
Hunter Lab69.444910.266638.8301
CIE-Lab74.967214.928162.4204

#efac40 color RGB value is (239,172,64).

#efac40 hex color red value is 239, green value is 172 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #efac40 hue: 0.10 , saturation: 0.85 and the lightness value of efac40 is 0.59.

The process color (four color CMYK) of #efac40 color hex is 0.00, 0.28, 0.73, 0.06. Web safe color of #efac40 is #ff9933. Color #efac40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01000000
Octal 357 254 100
Decimal 239 172 64
Hex EF AC 40

RGB Percentages of Color #efac40

%50.32
%36.21
%13.47

CMYK Percentages of Color #efac40

%0
%28
%73
%6

Triadic Colors of #efac40

#efac40 #40efac #ac40ef

Analogous Colors of #efac40

#efac40 #dbef40 #ef5440

Monochromatic Colors of #efac40

#efac40

Complementary Color

#efac40 #4083ef

#efac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac40 Color CSS Codes

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

#efac40 Text Font Color

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

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


#efac40 Background Color

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

This div background color is #efac40


#efac40 Border Color

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

This div border color is #efac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac40


Comments

No comments written yet.

Please login to write comment.