Color Hex Logo

#eee29e Color Hex

#EEE29E
(238,226,158)
0 Favorites   0 Comments

Color spaces of #eee29e

RGB 238226158
HSL0.140.700.78
HSV51°34°93°
CMYK 0.000.050.34   0.07
XYZ68.627875.038543.2146
Yxy75.03850.36720.4015
Hunter Lab86.6248-10.178131.0593
CIE-Lab89.4110-5.794434.7648

#eee29e color RGB value is (238,226,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 10011110
Octal 356 342 236
Decimal 238 226 158
Hex EE E2 9E

RGB Percentages of Color #eee29e

%38.26
%36.33
%25.40

CMYK Percentages of Color #eee29e

%0
%5
%34
%7

Triadic Colors of #eee29e

#eee29e #9eeee2 #e29eee

Analogous Colors of #eee29e

#eee29e #d2ee9e #eeba9e

Monochromatic Colors of #eee29e

#eee29e

Complementary Color

#eee29e #9eaaee

#eee29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee29e Color CSS Codes

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

#eee29e Text Font Color

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

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


#eee29e Background Color

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

This div background color is #eee29e


#eee29e Border Color

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

This div border color is #eee29e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,226,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 #eee29e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee29e


Comments

No comments written yet.

Please login to write comment.