Color Hex Logo

#efc411 Color Hex

#EFC411
(239,196,17)
0 Favorites   0 Comments

Color spaces of #efc411

RGB 23919617
HSL0.130.870.50
HSV48°93°94°
CMYK 0.000.180.93   0.06
XYZ55.437757.87108.7787
Yxy57.87100.45410.4740
Hunter Lab76.0730-3.047046.4091
CIE-Lab80.66701.090680.2660

#efc411 color RGB value is (239,196,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00010001
Octal 357 304 21
Decimal 239 196 17
Hex EF C4 11

RGB Percentages of Color #efc411

%52.88
%43.36
%3.76

CMYK Percentages of Color #efc411

%0
%18
%93
%6

Triadic Colors of #efc411

#efc411 #11efc4 #c411ef

Analogous Colors of #efc411

#efc411 #abef11 #ef5511

Monochromatic Colors of #efc411

#efc411

Complementary Color

#efc411 #113cef

#efc411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc411 Color CSS Codes

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

#efc411 Text Font Color

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

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


#efc411 Background Color

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

This div background color is #efc411


#efc411 Border Color

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

This div border color is #efc411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc411


Comments

No comments written yet.

Please login to write comment.