Color Hex Logo

#eed17e Color Hex

#EED17E
(238,209,126)
0 Favorites   0 Comments

Color spaces of #eed17e

RGB 238209126
HSL0.120.770.71
HSV44°47°93°
CMYK 0.000.120.47   0.07
XYZ61.826365.284429.0812
Yxy65.28440.39580.4180
Hunter Lab80.7988-4.811735.2194
CIE-Lab84.6301-0.523944.7007

#eed17e color RGB value is (238,209,126).

#eed17e hex color red value is 238, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eed17e hue: 0.12 , saturation: 0.77 and the lightness value of eed17e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01111110
Octal 356 321 176
Decimal 238 209 126
Hex EE D1 7E

RGB Percentages of Color #eed17e

%41.54
%36.47
%21.99

CMYK Percentages of Color #eed17e

%0
%12
%47
%7

Triadic Colors of #eed17e

#eed17e #7eeed1 #d17eee

Analogous Colors of #eed17e

#eed17e #d3ee7e #ee997e

Monochromatic Colors of #eed17e

#eed17e

Complementary Color

#eed17e #7e9bee

#eed17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed17e Color CSS Codes

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

#eed17e Text Font Color

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

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


#eed17e Background Color

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

This div background color is #eed17e


#eed17e Border Color

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

This div border color is #eed17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed17e


Comments

No comments written yet.

Please login to write comment.