Color Hex Logo

#eed17f Color Hex

#EED17F
(238,209,127)
0 Favorites   0 Comments

Color spaces of #eed17f

RGB 238209127
HSL0.120.770.72
HSV44°47°93°
CMYK 0.000.120.47   0.07
XYZ61.891165.310429.4228
Yxy65.31040.39520.4170
Hunter Lab80.8149-4.723934.9843
CIE-Lab84.6434-0.430244.2213

#eed17f color RGB value is (238,209,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01111111
Octal 356 321 177
Decimal 238 209 127
Hex EE D1 7F

RGB Percentages of Color #eed17f

%41.46
%36.41
%22.13

CMYK Percentages of Color #eed17f

%0
%12
%47
%7

Triadic Colors of #eed17f

#eed17f #7feed1 #d17fee

Analogous Colors of #eed17f

#eed17f #d4ee7f #ee9a7f

Monochromatic Colors of #eed17f

#eed17f

Complementary Color

#eed17f #7f9cee

#eed17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed17f Color CSS Codes

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

#eed17f Text Font Color

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

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


#eed17f Background Color

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

This div background color is #eed17f


#eed17f Border Color

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

This div border color is #eed17f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,209,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 #eed17f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed17f


Comments

No comments written yet.

Please login to write comment.