Color Hex Logo

#edc59d Color Hex

#EDC59D
(237,197,157)
0 Favorites   0 Comments

Color spaces of #edc59d

RGB 237197157
HSL0.080.690.77
HSV30°34°93°
CMYK 0.000.170.34   0.07
XYZ60.977160.371440.3373
Yxy60.37140.37710.3734
Hunter Lab77.69904.111023.6090
CIE-Lab82.03968.649125.3927

#edc59d color RGB value is (237,197,157).

#edc59d hex color red value is 237, green value is 197 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edc59d hue: 0.08 , saturation: 0.69 and the lightness value of edc59d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10011101
Octal 355 305 235
Decimal 237 197 157
Hex ED C5 9D

RGB Percentages of Color #edc59d

%40.10
%33.33
%26.57

CMYK Percentages of Color #edc59d

%0
%17
%34
%7

Triadic Colors of #edc59d

#edc59d #9dedc5 #c59ded

Analogous Colors of #edc59d

#edc59d #eded9d #ed9d9d

Monochromatic Colors of #edc59d

#edc59d

Complementary Color

#edc59d #9dc5ed

#edc59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc59d Color CSS Codes

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

#edc59d Text Font Color

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

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


#edc59d Background Color

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

This div background color is #edc59d


#edc59d Border Color

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

This div border color is #edc59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc59d

#edc59d Color Palettes


Comments

No comments written yet.

Please login to write comment.