Color Hex Logo

#eec29e Color Hex

#EEC29E
(238,194,158)
0 Favorites   0 Comments

Color spaces of #eec29e

RGB 238194158
HSL0.080.700.78
HSV27°34°93°
CMYK 0.000.180.34   0.07
XYZ60.723259.229340.5797
Yxy59.22930.37830.3690
Hunter Lab76.96066.158522.6100
CIE-Lab81.417510.731524.0328

#eec29e color RGB value is (238,194,158).

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

The process color (four color CMYK) of #eec29e color hex is 0.00, 0.18, 0.34, 0.07. Web safe color of #eec29e is #ffcc99. Color #eec29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10011110
Octal 356 302 236
Decimal 238 194 158
Hex EE C2 9E

RGB Percentages of Color #eec29e

%40.34
%32.88
%26.78

CMYK Percentages of Color #eec29e

%0
%18
%34
%7

Triadic Colors of #eec29e

#eec29e #9eeec2 #c29eee

Analogous Colors of #eec29e

#eec29e #eeea9e #ee9ea2

Monochromatic Colors of #eec29e

#eec29e

Complementary Color

#eec29e #9ecaee

#eec29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec29e Color CSS Codes

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

#eec29e Text Font Color

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

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


#eec29e Background Color

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

This div background color is #eec29e


#eec29e Border Color

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

This div border color is #eec29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec29e


Comments

No comments written yet.

Please login to write comment.