Color Hex Logo

#eed59e Color Hex

#EED59E
(238,213,158)
0 Favorites   0 Comments

Color spaces of #eed59e

RGB 238213158
HSL0.110.700.78
HSV41°34°93°
CMYK 0.000.110.34   0.07
XYZ65.225768.234342.0805
Yxy68.23430.37160.3887
Hunter Lab82.6041-3.610227.6191
CIE-Lab86.12350.837930.3937

#eed59e color RGB value is (238,213,158).

#eed59e hex color red value is 238, green value is 213 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eed59e hue: 0.11 , saturation: 0.70 and the lightness value of eed59e is 0.78.

The process color (four color CMYK) of #eed59e color hex is 0.00, 0.11, 0.34, 0.07. Web safe color of #eed59e is #ffcc99. Color #eed59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10011110
Octal 356 325 236
Decimal 238 213 158
Hex EE D5 9E

RGB Percentages of Color #eed59e

%39.08
%34.98
%25.94

CMYK Percentages of Color #eed59e

%0
%11
%34
%7

Triadic Colors of #eed59e

#eed59e #9eeed5 #d59eee

Analogous Colors of #eed59e

#eed59e #dfee9e #eead9e

Monochromatic Colors of #eed59e

#eed59e

Complementary Color

#eed59e #9eb7ee

#eed59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed59e Color CSS Codes

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

#eed59e Text Font Color

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

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


#eed59e Background Color

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

This div background color is #eed59e


#eed59e Border Color

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

This div border color is #eed59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed59e


Comments

No comments written yet.

Please login to write comment.