Color Hex Logo

#eee298 Color Hex

#EEE298
(238,226,152)
0 Favorites   0 Comments

Color spaces of #eee298

RGB 238226152
HSL0.140.720.76
HSV52°36°93°
CMYK 0.000.050.36   0.07
XYZ68.123774.836940.5602
Yxy74.83690.37120.4078
Hunter Lab86.5083-10.824132.7572
CIE-Lab89.3165-6.488137.6750

#eee298 color RGB value is (238,226,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 10011000
Octal 356 342 230
Decimal 238 226 152
Hex EE E2 98

RGB Percentages of Color #eee298

%38.64
%36.69
%24.68

CMYK Percentages of Color #eee298

%0
%5
%36
%7

Triadic Colors of #eee298

#eee298 #98eee2 #e298ee

Analogous Colors of #eee298

#eee298 #cfee98 #eeb798

Monochromatic Colors of #eee298

#eee298

Complementary Color

#eee298 #98a4ee

#eee298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee298 Color CSS Codes

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

#eee298 Text Font Color

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

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


#eee298 Background Color

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

This div background color is #eee298


#eee298 Border Color

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

This div border color is #eee298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee298


Comments

No comments written yet.

Please login to write comment.