Color Hex Logo

#efc80e Color Hex

#EFC80E
(239,200,14)
0 Favorites   0 Comments

Color spaces of #efc80e

RGB 23920014
HSL0.140.890.50
HSV50°94°94°
CMYK 0.000.160.94   0.06
XYZ56.330159.69108.9681
Yxy59.69100.45070.4776
Hunter Lab77.2600-5.060947.1998
CIE-Lab81.6699-1.002781.3783

#efc80e color RGB value is (239,200,14).

#efc80e hex color red value is 239, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efc80e hue: 0.14 , saturation: 0.89 and the lightness value of efc80e is 0.50.

The process color (four color CMYK) of #efc80e color hex is 0.00, 0.16, 0.94, 0.06. Web safe color of #efc80e is #ffcc00. Color #efc80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 00001110
Octal 357 310 16
Decimal 239 200 14
Hex EF C8 E

RGB Percentages of Color #efc80e

%52.76
%44.15
%3.09

CMYK Percentages of Color #efc80e

%0
%16
%94
%6

Triadic Colors of #efc80e

#efc80e #0eefc8 #c80eef

Analogous Colors of #efc80e

#efc80e #a6ef0e #ef580e

Monochromatic Colors of #efc80e

#efc80e

Complementary Color

#efc80e #0e35ef

#efc80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc80e Color CSS Codes

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

#efc80e Text Font Color

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

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


#efc80e Background Color

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

This div background color is #efc80e


#efc80e Border Color

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

This div border color is #efc80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc80e


Comments

No comments written yet.

Please login to write comment.