Color Hex Logo

#eec98e Color Hex

#EEC98E
(238,201,142)
0 Favorites   0 Comments

Color spaces of #eec98e

RGB 238201142
HSL0.100.740.75
HSV37°40°93°
CMYK 0.000.160.40   0.07
XYZ61.029061.903434.3232
Yxy61.90340.38810.3936
Hunter Lab78.67870.770029.2101
CIE-Lab82.86205.226734.3368

#eec98e color RGB value is (238,201,142).

#eec98e hex color red value is 238, green value is 201 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eec98e hue: 0.10 , saturation: 0.74 and the lightness value of eec98e is 0.75.

The process color (four color CMYK) of #eec98e color hex is 0.00, 0.16, 0.40, 0.07. Web safe color of #eec98e is #ffcc99. Color #eec98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 10001110
Octal 356 311 216
Decimal 238 201 142
Hex EE C9 8E

RGB Percentages of Color #eec98e

%40.96
%34.60
%24.44

CMYK Percentages of Color #eec98e

%0
%16
%40
%7

Triadic Colors of #eec98e

#eec98e #8eeec9 #c98eee

Analogous Colors of #eec98e

#eec98e #e3ee8e #ee998e

Monochromatic Colors of #eec98e

#eec98e

Complementary Color

#eec98e #8eb3ee

#eec98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec98e Color CSS Codes

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

#eec98e Text Font Color

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

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


#eec98e Background Color

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

This div background color is #eec98e


#eec98e Border Color

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

This div border color is #eec98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec98e


Comments

No comments written yet.

Please login to write comment.