Color Hex Logo

#efc412 Color Hex

#EFC412
(239,196,18)
0 Favorites   0 Comments

Color spaces of #efc412

RGB 23919618
HSL0.130.870.50
HSV48°92°94°
CMYK 0.000.180.92   0.06
XYZ55.445757.87438.8208
Yxy57.87430.45390.4738
Hunter Lab76.0752-3.035746.3780
CIE-Lab80.66891.102880.1313

#efc412 color RGB value is (239,196,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00010010
Octal 357 304 22
Decimal 239 196 18
Hex EF C4 12

RGB Percentages of Color #efc412

%52.76
%43.27
%3.97

CMYK Percentages of Color #efc412

%0
%18
%92
%6

Triadic Colors of #efc412

#efc412 #12efc4 #c412ef

Analogous Colors of #efc412

#efc412 #acef12 #ef5612

Monochromatic Colors of #efc412

#efc412

Complementary Color

#efc412 #123def

#efc412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc412 Color CSS Codes

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

#efc412 Text Font Color

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

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


#efc412 Background Color

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

This div background color is #efc412


#efc412 Border Color

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

This div border color is #efc412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc412


Comments

No comments written yet.

Please login to write comment.