Color Hex Logo

#efc521 Color Hex

#EFC521
(239,197,33)
0 Favorites   0 Comments

Color spaces of #efc521

RGB 23919733
HSL0.130.870.53
HSV48°86°94°
CMYK 0.000.180.86   0.06
XYZ55.837458.39309.7669
Yxy58.39300.45030.4709
Hunter Lab76.4153-3.295145.9127
CIE-Lab80.95680.843277.6382

#efc521 color RGB value is (239,197,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00100001
Octal 357 305 41
Decimal 239 197 33
Hex EF C5 21

RGB Percentages of Color #efc521

%50.96
%42.00
%7.04

CMYK Percentages of Color #efc521

%0
%18
%86
%6

Triadic Colors of #efc521

#efc521 #21efc5 #c521ef

Analogous Colors of #efc521

#efc521 #b2ef21 #ef5e21

Monochromatic Colors of #efc521

#efc521

Complementary Color

#efc521 #214bef

#efc521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc521 Color CSS Codes

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

#efc521 Text Font Color

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

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


#efc521 Background Color

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

This div background color is #efc521


#efc521 Border Color

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

This div border color is #efc521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc521


Comments

No comments written yet.

Please login to write comment.