Color Hex Logo

#edc58e Color Hex

#EDC58E
(237,197,142)
0 Favorites   0 Comments

Color spaces of #edc58e

RGB 237197142
HSL0.100.730.74
HSV35°40°93°
CMYK 0.000.170.40   0.07
XYZ59.773859.890034.0007
Yxy59.89000.38900.3897
Hunter Lab77.38862.440628.1230
CIE-Lab81.77846.919932.8961

#edc58e color RGB value is (237,197,142).

#edc58e hex color red value is 237, green value is 197 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #edc58e hue: 0.10 , saturation: 0.73 and the lightness value of edc58e is 0.74.

The process color (four color CMYK) of #edc58e color hex is 0.00, 0.17, 0.40, 0.07. Web safe color of #edc58e is #ffcc99. Color #edc58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10001110
Octal 355 305 216
Decimal 237 197 142
Hex ED C5 8E

RGB Percentages of Color #edc58e

%41.15
%34.20
%24.65

CMYK Percentages of Color #edc58e

%0
%17
%40
%7

Triadic Colors of #edc58e

#edc58e #8eedc5 #c58eed

Analogous Colors of #edc58e

#edc58e #e6ed8e #ed968e

Monochromatic Colors of #edc58e

#edc58e

Complementary Color

#edc58e #8eb6ed

#edc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc58e Color CSS Codes

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

#edc58e Text Font Color

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

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


#edc58e Background Color

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

This div background color is #edc58e


#edc58e Border Color

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

This div border color is #edc58e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,197,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc58e


Comments

No comments written yet.

Please login to write comment.