Color Hex Logo

#efc29d Color Hex

#EFC29D
(239,194,157)
0 Favorites   0 Comments

Color spaces of #efc29d

RGB 239194157
HSL0.080.720.78
HSV27°34°94°
CMYK 0.000.190.34   0.06
XYZ60.974259.368640.1439
Yxy59.36860.37990.3699
Hunter Lab77.05106.416423.0454
CIE-Lab81.493810.995124.6815

#efc29d color RGB value is (239,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10011101
Octal 357 302 235
Decimal 239 194 157
Hex EF C2 9D

RGB Percentages of Color #efc29d

%40.51
%32.88
%26.61

CMYK Percentages of Color #efc29d

%0
%19
%34
%6

Triadic Colors of #efc29d

#efc29d #9defc2 #c29def

Analogous Colors of #efc29d

#efc29d #efeb9d #ef9da1

Monochromatic Colors of #efc29d

#efc29d

Complementary Color

#efc29d #9dcaef

#efc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc29d Color CSS Codes

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

#efc29d Text Font Color

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

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


#efc29d Background Color

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

This div background color is #efc29d


#efc29d Border Color

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

This div border color is #efc29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc29d


Comments

No comments written yet.

Please login to write comment.