Color Hex Logo

#efc912 Color Hex

#EFC912
(239,201,18)
0 Favorites   0 Comments

Color spaces of #efc912

RGB 23920118
HSL0.140.870.50
HSV50°92°94°
CMYK 0.000.160.92   0.06
XYZ56.592460.16779.2030
Yxy60.16770.44930.4777
Hunter Lab77.5678-5.512647.2631
CIE-Lab81.9293-1.469581.0721

#efc912 color RGB value is (239,201,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 00010010
Octal 357 311 22
Decimal 239 201 18
Hex EF C9 12

RGB Percentages of Color #efc912

%52.18
%43.89
%3.93

CMYK Percentages of Color #efc912

%0
%16
%92
%6

Triadic Colors of #efc912

#efc912 #12efc9 #c912ef

Analogous Colors of #efc912

#efc912 #a7ef12 #ef5b12

Monochromatic Colors of #efc912

#efc912

Complementary Color

#efc912 #1238ef

#efc912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc912 Color CSS Codes

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

#efc912 Text Font Color

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

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


#efc912 Background Color

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

This div background color is #efc912


#efc912 Border Color

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

This div border color is #efc912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,201,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 #efc912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc912


Comments

No comments written yet.

Please login to write comment.