Color Hex Logo

#efc504 Color Hex

#EFC504
(239,197,4)
0 Favorites   0 Comments

Color spaces of #efc504

RGB 2391974
HSL0.140.970.48
HSV49°98°94°
CMYK 0.000.180.98   0.06
XYZ55.584858.29208.4367
Yxy58.29200.45440.4766
Hunter Lab76.3492-3.657146.8928
CIE-Lab80.90090.451881.8061

#efc504 color RGB value is (239,197,4).

#efc504 hex color red value is 239, green value is 197 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #efc504 hue: 0.14 , saturation: 0.97 and the lightness value of efc504 is 0.48.

The process color (four color CMYK) of #efc504 color hex is 0.00, 0.18, 0.98, 0.06. Web safe color of #efc504 is #ffcc00. Color #efc504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00000100
Octal 357 305 4
Decimal 239 197 4
Hex EF C5 4

RGB Percentages of Color #efc504

%54.32
%44.77
%0.91

CMYK Percentages of Color #efc504

%0
%18
%98
%6

Triadic Colors of #efc504

#efc504 #04efc5 #c504ef

Analogous Colors of #efc504

#efc504 #a4ef04 #ef4f04

Monochromatic Colors of #efc504

#efc504

Complementary Color

#efc504 #042eef

#efc504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc504 Color CSS Codes

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

#efc504 Text Font Color

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

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


#efc504 Background Color

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

This div background color is #efc504


#efc504 Border Color

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

This div border color is #efc504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc504


Comments

No comments written yet.

Please login to write comment.