Color Hex Logo

#efc120 Color Hex

#EFC120
(239,193,32)
0 Favorites   0 Comments

Color spaces of #efc120

RGB 23919332
HSL0.130.870.53
HSV47°87°94°
CMYK 0.000.190.87   0.06
XYZ54.927356.59499.3954
Yxy56.59490.45430.4680
Hunter Lab75.2296-1.323745.2560
CIE-Lab79.95122.890077.0542

#efc120 color RGB value is (239,193,32).

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

The process color (four color CMYK) of #efc120 color hex is 0.00, 0.19, 0.87, 0.06. Web safe color of #efc120 is #ffcc33. Color #efc120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 00100000
Octal 357 301 40
Decimal 239 193 32
Hex EF C1 20

RGB Percentages of Color #efc120

%51.51
%41.59
%6.90

CMYK Percentages of Color #efc120

%0
%19
%87
%6

Triadic Colors of #efc120

#efc120 #20efc1 #c120ef

Analogous Colors of #efc120

#efc120 #b6ef20 #ef5920

Monochromatic Colors of #efc120

#efc120

Complementary Color

#efc120 #204eef

#efc120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc120 Color CSS Codes

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

#efc120 Text Font Color

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

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


#efc120 Background Color

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

This div background color is #efc120


#efc120 Border Color

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

This div border color is #efc120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc120


Comments

No comments written yet.

Please login to write comment.