Color Hex Logo

#efc71c Color Hex

#EFC71C
(239,199,28)
0 Favorites   0 Comments

Color spaces of #efc71c

RGB 23919928
HSL0.140.870.52
HSV49°88°94°
CMYK 0.000.170.88   0.06
XYZ56.229659.28149.5774
Yxy59.28140.44950.4739
Hunter Lab76.9944-4.380346.5210
CIE-Lab81.4460-0.287479.0645

#efc71c color RGB value is (239,199,28).

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

The process color (four color CMYK) of #efc71c color hex is 0.00, 0.17, 0.88, 0.06. Web safe color of #efc71c is #ffcc33. Color #efc71c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 00011100
Octal 357 307 34
Decimal 239 199 28
Hex EF C7 1C

RGB Percentages of Color #efc71c

%51.29
%42.70
%6.01

CMYK Percentages of Color #efc71c

%0
%17
%88
%6

Triadic Colors of #efc71c

#efc71c #1cefc7 #c71cef

Analogous Colors of #efc71c

#efc71c #aeef1c #ef5d1c

Monochromatic Colors of #efc71c

#efc71c

Complementary Color

#efc71c #1c44ef

#efc71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc71c Color CSS Codes

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

#efc71c Text Font Color

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

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


#efc71c Background Color

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

This div background color is #efc71c


#efc71c Border Color

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

This div border color is #efc71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc71c


Comments

No comments written yet.

Please login to write comment.