Color Hex Logo

#efc11a Color Hex

#EFC11A
(239,193,26)
0 Favorites   0 Comments

Color spaces of #efc11a

RGB 23919326
HSL0.130.870.52
HSV47°89°94°
CMYK 0.000.190.89   0.06
XYZ54.853056.56529.0044
Yxy56.56520.45550.4697
Hunter Lab75.2098-1.431345.5485
CIE-Lab79.93442.774578.2687

#efc11a color RGB value is (239,193,26).

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

The process color (four color CMYK) of #efc11a color hex is 0.00, 0.19, 0.89, 0.06. Web safe color of #efc11a is #ffcc33. Color #efc11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 00011010
Octal 357 301 32
Decimal 239 193 26
Hex EF C1 1A

RGB Percentages of Color #efc11a

%52.18
%42.14
%5.68

CMYK Percentages of Color #efc11a

%0
%19
%89
%6

Triadic Colors of #efc11a

#efc11a #1aefc1 #c11aef

Analogous Colors of #efc11a

#efc11a #b3ef1a #ef571a

Monochromatic Colors of #efc11a

#efc11a

Complementary Color

#efc11a #1a48ef

#efc11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc11a Color CSS Codes

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

#efc11a Text Font Color

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

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


#efc11a Background Color

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

This div background color is #efc11a


#efc11a Border Color

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

This div border color is #efc11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc11a


Comments

No comments written yet.

Please login to write comment.