Color Hex Logo

#efc16e Color Hex

#EFC16E
(239,193,110)
0 Favorites   0 Comments

Color spaces of #efc16e

RGB 239193110
HSL0.110.800.68
HSV39°54°94°
CMYK 0.000.190.54   0.06
XYZ57.481057.616422.8434
Yxy57.61640.41670.4177
Hunter Lab75.90552.338335.2908
CIE-Lab80.52506.773347.5822

#efc16e color RGB value is (239,193,110).

#efc16e hex color red value is 239, green value is 193 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #efc16e hue: 0.11 , saturation: 0.80 and the lightness value of efc16e is 0.68.

The process color (four color CMYK) of #efc16e color hex is 0.00, 0.19, 0.54, 0.06. Web safe color of #efc16e is #ffcc66. Color #efc16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01101110
Octal 357 301 156
Decimal 239 193 110
Hex EF C1 6E

RGB Percentages of Color #efc16e

%44.10
%35.61
%20.30

CMYK Percentages of Color #efc16e

%0
%19
%54
%6

Triadic Colors of #efc16e

#efc16e #6eefc1 #c16eef

Analogous Colors of #efc16e

#efc16e #ddef6e #ef816e

Monochromatic Colors of #efc16e

#efc16e

Complementary Color

#efc16e #6e9cef

#efc16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc16e Color CSS Codes

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

#efc16e Text Font Color

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

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


#efc16e Background Color

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

This div background color is #efc16e


#efc16e Border Color

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

This div border color is #efc16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc16e


Comments

No comments written yet.

Please login to write comment.