Color Hex Logo

#efc29f Color Hex

#EFC29F
(239,194,159)
0 Favorites   0 Comments

Color spaces of #efc29f

RGB 239194159
HSL0.070.710.78
HSV26°33°94°
CMYK 0.000.190.33   0.06
XYZ61.146459.437541.0507
Yxy59.43750.37830.3677
Hunter Lab77.09576.655022.3972
CIE-Lab81.531511.238223.6747

#efc29f color RGB value is (239,194,159).

#efc29f hex color red value is 239, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #efc29f hue: 0.07 , saturation: 0.71 and the lightness value of efc29f is 0.78.

The process color (four color CMYK) of #efc29f color hex is 0.00, 0.19, 0.33, 0.06. Web safe color of #efc29f is #ffcc99. Color #efc29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10011111
Octal 357 302 237
Decimal 239 194 159
Hex EF C2 9F

RGB Percentages of Color #efc29f

%40.37
%32.77
%26.86

CMYK Percentages of Color #efc29f

%0
%19
%33
%6

Triadic Colors of #efc29f

#efc29f #9fefc2 #c29fef

Analogous Colors of #efc29f

#efc29f #efea9f #ef9fa4

Monochromatic Colors of #efc29f

#efc29f

Complementary Color

#efc29f #9fccef

#efc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc29f Color CSS Codes

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

#efc29f Text Font Color

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

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


#efc29f Background Color

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

This div background color is #efc29f


#efc29f Border Color

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

This div border color is #efc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc29f

#efc29f Color Palettes


Comments

No comments written yet.

Please login to write comment.