Color Hex Logo

#efc520 Color Hex

#EFC520
(239,197,32)
0 Favorites   0 Comments

Color spaces of #efc520

RGB 23919732
HSL0.130.870.53
HSV48°87°94°
CMYK 0.000.180.87   0.06
XYZ55.823658.38759.6942
Yxy58.38750.45050.4712
Hunter Lab76.4117-3.314945.9662
CIE-Lab80.95380.821877.8556

#efc520 color RGB value is (239,197,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00100000
Octal 357 305 40
Decimal 239 197 32
Hex EF C5 20

RGB Percentages of Color #efc520

%51.07
%42.09
%6.84

CMYK Percentages of Color #efc520

%0
%18
%87
%6

Triadic Colors of #efc520

#efc520 #20efc5 #c520ef

Analogous Colors of #efc520

#efc520 #b2ef20 #ef5d20

Monochromatic Colors of #efc520

#efc520

Complementary Color

#efc520 #204aef

#efc520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc520 Color CSS Codes

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

#efc520 Text Font Color

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

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


#efc520 Background Color

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

This div background color is #efc520


#efc520 Border Color

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

This div border color is #efc520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc520


Comments

No comments written yet.

Please login to write comment.