Color Hex Logo

#eed17c Color Hex

#EED17C
(238,209,124)
0 Favorites   0 Comments

Color spaces of #eed17c

RGB 238209124
HSL0.120.770.71
HSV45°48°93°
CMYK 0.000.120.48   0.07
XYZ61.698465.233328.4082
Yxy65.23330.39720.4199
Hunter Lab80.7671-4.985535.6829
CIE-Lab84.6038-0.709645.6567

#eed17c color RGB value is (238,209,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01111100
Octal 356 321 174
Decimal 238 209 124
Hex EE D1 7C

RGB Percentages of Color #eed17c

%41.68
%36.60
%21.72

CMYK Percentages of Color #eed17c

%0
%12
%48
%7

Triadic Colors of #eed17c

#eed17c #7ceed1 #d17cee

Analogous Colors of #eed17c

#eed17c #d2ee7c #ee987c

Monochromatic Colors of #eed17c

#eed17c

Complementary Color

#eed17c #7c99ee

#eed17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed17c Color CSS Codes

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

#eed17c Text Font Color

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

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


#eed17c Background Color

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

This div background color is #eed17c


#eed17c Border Color

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

This div border color is #eed17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed17c


Comments

No comments written yet.

Please login to write comment.