Color Hex Logo

#eee295 Color Hex

#EEE295
(238,226,149)
0 Favorites   0 Comments

Color spaces of #eee295

RGB 238226149
HSL0.140.720.76
HSV52°37°93°
CMYK 0.000.050.37   0.07
XYZ67.881174.739839.2823
Yxy74.73980.37320.4109
Hunter Lab86.4522-11.135533.5762
CIE-Lab89.2710-6.823539.1239

#eee295 color RGB value is (238,226,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 10010101
Octal 356 342 225
Decimal 238 226 149
Hex EE E2 95

RGB Percentages of Color #eee295

%38.83
%36.87
%24.31

CMYK Percentages of Color #eee295

%0
%5
%37
%7

Triadic Colors of #eee295

#eee295 #95eee2 #e295ee

Analogous Colors of #eee295

#eee295 #ceee95 #eeb695

Monochromatic Colors of #eee295

#eee295

Complementary Color

#eee295 #95a1ee

#eee295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee295 Color CSS Codes

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

#eee295 Text Font Color

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

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


#eee295 Background Color

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

This div background color is #eee295


#eee295 Border Color

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

This div border color is #eee295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee295


Comments

No comments written yet.

Please login to write comment.