Color Hex Logo

#efc121 Color Hex

#EFC121
(239,193,33)
0 Favorites   0 Comments

Color spaces of #efc121

RGB 23919333
HSL0.130.870.53
HSV47°86°94°
CMYK 0.000.190.86   0.06
XYZ54.941156.60059.4681
Yxy56.60050.45400.4677
Hunter Lab75.2333-1.304045.2017
CIE-Lab79.95442.911276.8323

#efc121 color RGB value is (239,193,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 00100001
Octal 357 301 41
Decimal 239 193 33
Hex EF C1 21

RGB Percentages of Color #efc121

%51.40
%41.51
%7.10

CMYK Percentages of Color #efc121

%0
%19
%86
%6

Triadic Colors of #efc121

#efc121 #21efc1 #c121ef

Analogous Colors of #efc121

#efc121 #b6ef21 #ef5a21

Monochromatic Colors of #efc121

#efc121

Complementary Color

#efc121 #214fef

#efc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc121 Color CSS Codes

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

#efc121 Text Font Color

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

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


#efc121 Background Color

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

This div background color is #efc121


#efc121 Border Color

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

This div border color is #efc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc121


Comments

No comments written yet.

Please login to write comment.