Color Hex Logo

#eed97f Color Hex

#EED97F
(238,217,127)
0 Favorites   0 Comments

Color spaces of #eed97f

RGB 238217127
HSL0.140.770.72
HSV49°47°93°
CMYK 0.000.090.47   0.07
XYZ63.903569.335230.0936
Yxy69.33520.39120.4245
Hunter Lab83.2678-8.729536.8596
CIE-Lab86.6698-4.517346.7398

#eed97f color RGB value is (238,217,127).

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

The process color (four color CMYK) of #eed97f color hex is 0.00, 0.09, 0.47, 0.07. Web safe color of #eed97f is #ffcc66. Color #eed97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 01111111
Octal 356 331 177
Decimal 238 217 127
Hex EE D9 7F

RGB Percentages of Color #eed97f

%40.89
%37.29
%21.82

CMYK Percentages of Color #eed97f

%0
%9
%47
%7

Triadic Colors of #eed97f

#eed97f #7feed9 #d97fee

Analogous Colors of #eed97f

#eed97f #ccee7f #eea27f

Monochromatic Colors of #eed97f

#eed97f

Complementary Color

#eed97f #7f94ee

#eed97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed97f Color CSS Codes

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

#eed97f Text Font Color

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

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


#eed97f Background Color

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

This div background color is #eed97f


#eed97f Border Color

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

This div border color is #eed97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed97f


Comments

No comments written yet.

Please login to write comment.