Color Hex Logo

#efc70f Color Hex

#EFC70F
(239,199,15)
0 Favorites   0 Comments

Color spaces of #efc70f

RGB 23919915
HSL0.140.880.50
HSV49°94°94°
CMYK 0.000.170.94   0.06
XYZ56.106359.23218.9278
Yxy59.23210.45150.4767
Hunter Lab76.9624-4.556046.9959
CIE-Lab81.4190-0.478081.0761

#efc70f color RGB value is (239,199,15).

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

The process color (four color CMYK) of #efc70f color hex is 0.00, 0.17, 0.94, 0.06. Web safe color of #efc70f is #ffcc00. Color #efc70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 00001111
Octal 357 307 17
Decimal 239 199 15
Hex EF C7 F

RGB Percentages of Color #efc70f

%52.76
%43.93
%3.31

CMYK Percentages of Color #efc70f

%0
%17
%94
%6

Triadic Colors of #efc70f

#efc70f #0fefc7 #c70fef

Analogous Colors of #efc70f

#efc70f #a7ef0f #ef570f

Monochromatic Colors of #efc70f

#efc70f

Complementary Color

#efc70f #0f37ef

#efc70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc70f Color CSS Codes

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

#efc70f Text Font Color

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

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


#efc70f Background Color

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

This div background color is #efc70f


#efc70f Border Color

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

This div border color is #efc70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc70f


Comments

No comments written yet.

Please login to write comment.