Color Hex Logo

#efc414 Color Hex

#EFC414
(239,196,20)
0 Favorites   0 Comments

Color spaces of #efc414

RGB 23919620
HSL0.130.870.51
HSV48°92°94°
CMYK 0.000.180.92   0.06
XYZ55.462857.88118.9108
Yxy57.88110.45370.4734
Hunter Lab76.0796-3.011146.3114
CIE-Lab80.67261.129479.8445

#efc414 color RGB value is (239,196,20).

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

The process color (four color CMYK) of #efc414 color hex is 0.00, 0.18, 0.92, 0.06. Web safe color of #efc414 is #ffcc00. Color #efc414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00010100
Octal 357 304 24
Decimal 239 196 20
Hex EF C4 14

RGB Percentages of Color #efc414

%52.53
%43.08
%4.40

CMYK Percentages of Color #efc414

%0
%18
%92
%6

Triadic Colors of #efc414

#efc414 #14efc4 #c414ef

Analogous Colors of #efc414

#efc414 #adef14 #ef5714

Monochromatic Colors of #efc414

#efc414

Complementary Color

#efc414 #143fef

#efc414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc414 Color CSS Codes

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

#efc414 Text Font Color

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

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


#efc414 Background Color

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

This div background color is #efc414


#efc414 Border Color

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

This div border color is #efc414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc414


Comments

No comments written yet.

Please login to write comment.