Color Hex Logo

#edc57f Color Hex

#EDC57F
(237,197,127)
0 Favorites   0 Comments

Color spaces of #edc57f

RGB 237197127
HSL0.110.750.71
HSV38°46°93°
CMYK 0.000.170.46   0.07
XYZ58.722159.469328.4624
Yxy59.46930.40040.4055
Hunter Lab77.11630.969532.0985
CIE-Lab81.54895.381840.3083

#edc57f color RGB value is (237,197,127).

#edc57f hex color red value is 237, green value is 197 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #edc57f hue: 0.11 , saturation: 0.75 and the lightness value of edc57f is 0.71.

The process color (four color CMYK) of #edc57f color hex is 0.00, 0.17, 0.46, 0.07. Web safe color of #edc57f is #ffcc66. Color #edc57f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01111111
Octal 355 305 177
Decimal 237 197 127
Hex ED C5 7F

RGB Percentages of Color #edc57f

%42.25
%35.12
%22.64

CMYK Percentages of Color #edc57f

%0
%17
%46
%7

Triadic Colors of #edc57f

#edc57f #7fedc5 #c57fed

Analogous Colors of #edc57f

#edc57f #deed7f #ed8e7f

Monochromatic Colors of #edc57f

#edc57f

Complementary Color

#edc57f #7fa7ed

#edc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc57f Color CSS Codes

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

#edc57f Text Font Color

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

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


#edc57f Background Color

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

This div background color is #edc57f


#edc57f Border Color

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

This div border color is #edc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc57f

#edc57f Color Palettes


Comments

No comments written yet.

Please login to write comment.