Color Hex Logo

#efc42e Color Hex

#EFC42E
(239,196,46)
0 Favorites   0 Comments

Color spaces of #efc42e

RGB 23919646
HSL0.130.860.56
HSV47°81°94°
CMYK 0.000.180.81   0.06
XYZ55.829758.027810.8427
Yxy58.02780.44770.4653
Hunter Lab76.1760-2.484644.8840
CIE-Lab80.75421.697074.1157

#efc42e color RGB value is (239,196,46).

#efc42e hex color red value is 239, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #efc42e hue: 0.13 , saturation: 0.86 and the lightness value of efc42e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00101110
Octal 357 304 56
Decimal 239 196 46
Hex EF C4 2E

RGB Percentages of Color #efc42e

%49.69
%40.75
%9.56

CMYK Percentages of Color #efc42e

%0
%18
%81
%6

Triadic Colors of #efc42e

#efc42e #2eefc4 #c42eef

Analogous Colors of #efc42e

#efc42e #baef2e #ef632e

Monochromatic Colors of #efc42e

#efc42e

Complementary Color

#efc42e #2e59ef

#efc42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc42e Color CSS Codes

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

#efc42e Text Font Color

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

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


#efc42e Background Color

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

This div background color is #efc42e


#efc42e Border Color

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

This div border color is #efc42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc42e


Comments

No comments written yet.

Please login to write comment.