Color Hex Logo

#efc104 Color Hex

#EFC104
(239,193,4)
0 Favorites   0 Comments

Color spaces of #efc104

RGB 2391934
HSL0.130.970.48
HSV48°98°94°
CMYK 0.000.190.98   0.06
XYZ54.688556.49948.1379
Yxy56.49940.45830.4735
Hunter Lab75.1661-1.669646.1972
CIE-Lab79.89722.518381.0944

#efc104 color RGB value is (239,193,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 00000100
Octal 357 301 4
Decimal 239 193 4
Hex EF C1 4

RGB Percentages of Color #efc104

%54.82
%44.27
%0.92

CMYK Percentages of Color #efc104

%0
%19
%98
%6

Triadic Colors of #efc104

#efc104 #04efc1 #c104ef

Analogous Colors of #efc104

#efc104 #a8ef04 #ef4b04

Monochromatic Colors of #efc104

#efc104

Complementary Color

#efc104 #0432ef

#efc104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc104 Color CSS Codes

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

#efc104 Text Font Color

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

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


#efc104 Background Color

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

This div background color is #efc104


#efc104 Border Color

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

This div border color is #efc104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc104


Comments

No comments written yet.

Please login to write comment.