Color Hex Logo

#eed98f Color Hex

#EED98F
(238,217,143)
0 Favorites   0 Comments

Color spaces of #eed98f

RGB 238217143
HSL0.130.740.75
HSV47°40°93°
CMYK 0.000.090.40   0.07
XYZ65.030769.786036.0292
Yxy69.78600.38060.4085
Hunter Lab83.5380-7.237132.9054
CIE-Lab86.8918-2.913839.0659

#eed98f color RGB value is (238,217,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 10001111
Octal 356 331 217
Decimal 238 217 143
Hex EE D9 8F

RGB Percentages of Color #eed98f

%39.80
%36.29
%23.91

CMYK Percentages of Color #eed98f

%0
%9
%40
%7

Triadic Colors of #eed98f

#eed98f #8feed9 #d98fee

Analogous Colors of #eed98f

#eed98f #d4ee8f #eeaa8f

Monochromatic Colors of #eed98f

#eed98f

Complementary Color

#eed98f #8fa4ee

#eed98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed98f Color CSS Codes

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

#eed98f Text Font Color

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

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


#eed98f Background Color

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

This div background color is #eed98f


#eed98f Border Color

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

This div border color is #eed98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed98f


Comments

No comments written yet.

Please login to write comment.