Color Hex Logo

#efc26f Color Hex

#EFC26F
(239,194,111)
0 Favorites   0 Comments

Color spaces of #efc26f

RGB 239194111
HSL0.110.800.69
HSV39°54°94°
CMYK 0.000.190.54   0.06
XYZ57.757658.082023.2057
Yxy58.08200.41540.4177
Hunter Lab76.21151.907635.2948
CIE-Lab80.78446.332747.4044

#efc26f color RGB value is (239,194,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01101111
Octal 357 302 157
Decimal 239 194 111
Hex EF C2 6F

RGB Percentages of Color #efc26f

%43.93
%35.66
%20.40

CMYK Percentages of Color #efc26f

%0
%19
%54
%6

Triadic Colors of #efc26f

#efc26f #6fefc2 #c26fef

Analogous Colors of #efc26f

#efc26f #dcef6f #ef826f

Monochromatic Colors of #efc26f

#efc26f

Complementary Color

#efc26f #6f9cef

#efc26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc26f Color CSS Codes

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

#efc26f Text Font Color

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

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


#efc26f Background Color

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

This div background color is #efc26f


#efc26f Border Color

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

This div border color is #efc26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc26f


Comments

No comments written yet.

Please login to write comment.