Color Hex Logo

#efc16c Color Hex

#EFC16C
(239,193,108)
0 Favorites   0 Comments

Color spaces of #efc16c

RGB 239193108
HSL0.110.800.68
HSV39°55°94°
CMYK 0.000.190.55   0.06
XYZ57.373357.573422.2762
Yxy57.57340.41810.4196
Hunter Lab75.87712.185035.7075
CIE-Lab80.50106.612648.5327

#efc16c color RGB value is (239,193,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01101100
Octal 357 301 154
Decimal 239 193 108
Hex EF C1 6C

RGB Percentages of Color #efc16c

%44.26
%35.74
%20.00

CMYK Percentages of Color #efc16c

%0
%19
%55
%6

Triadic Colors of #efc16c

#efc16c #6cefc1 #c16cef

Analogous Colors of #efc16c

#efc16c #dcef6c #ef806c

Monochromatic Colors of #efc16c

#efc16c

Complementary Color

#efc16c #6c9aef

#efc16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc16c Color CSS Codes

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

#efc16c Text Font Color

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

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


#efc16c Background Color

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

This div background color is #efc16c


#efc16c Border Color

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

This div border color is #efc16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc16c


Comments

No comments written yet.

Please login to write comment.