Color Hex Logo

#eed57c Color Hex

#EED57C
(238,213,124)
0 Favorites   0 Comments

Color spaces of #eed57c

RGB 238213124
HSL0.130.770.71
HSV47°48°93°
CMYK 0.000.110.48   0.07
XYZ62.692267.220928.7395
Yxy67.22090.39520.4237
Hunter Lab81.9884-6.990036.6088
CIE-Lab85.6154-2.757746.9059

#eed57c color RGB value is (238,213,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 01111100
Octal 356 325 174
Decimal 238 213 124
Hex EE D5 7C

RGB Percentages of Color #eed57c

%41.39
%37.04
%21.57

CMYK Percentages of Color #eed57c

%0
%11
%48
%7

Triadic Colors of #eed57c

#eed57c #7ceed5 #d57cee

Analogous Colors of #eed57c

#eed57c #ceee7c #ee9c7c

Monochromatic Colors of #eed57c

#eed57c

Complementary Color

#eed57c #7c95ee

#eed57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed57c Color CSS Codes

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

#eed57c Text Font Color

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

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


#eed57c Background Color

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

This div background color is #eed57c


#eed57c Border Color

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

This div border color is #eed57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed57c


Comments

No comments written yet.

Please login to write comment.