Color Hex Logo

#efc40a Color Hex

#EFC40A
(239,196,10)
0 Favorites   0 Comments

Color spaces of #efc40a

RGB 23919610
HSL0.140.920.49
HSV49°96°94°
CMYK 0.000.180.96   0.06
XYZ55.391357.85258.5344
Yxy57.85250.45490.4751
Hunter Lab76.0608-3.113846.5900
CIE-Lab80.65671.018481.0573

#efc40a color RGB value is (239,196,10).

#efc40a hex color red value is 239, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #efc40a hue: 0.14 , saturation: 0.92 and the lightness value of efc40a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00001010
Octal 357 304 12
Decimal 239 196 10
Hex EF C4 A

RGB Percentages of Color #efc40a

%53.71
%44.04
%2.25

CMYK Percentages of Color #efc40a

%0
%18
%96
%6

Triadic Colors of #efc40a

#efc40a #0aefc4 #c40aef

Analogous Colors of #efc40a

#efc40a #a8ef0a #ef520a

Monochromatic Colors of #efc40a

#efc40a

Complementary Color

#efc40a #0a35ef

#efc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc40a Color CSS Codes

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

#efc40a Text Font Color

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

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


#efc40a Background Color

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

This div background color is #efc40a


#efc40a Border Color

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

This div border color is #efc40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc40a


Comments

No comments written yet.

Please login to write comment.