Color Hex Logo

#edec9d Color Hex

#EDEC9D
(237,236,157)
0 Favorites   0 Comments

Color spaces of #edec9d

RGB 237236157
HSL0.160.690.77
HSV59°34°93°
CMYK 0.000.000.34   0.07
XYZ71.006380.429843.6804
Yxy80.42980.36390.4122
Hunter Lab89.6827-15.617233.9004
CIE-Lab91.8774-11.301838.4909

#edec9d color RGB value is (237,236,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10011101
Octal 355 354 235
Decimal 237 236 157
Hex ED EC 9D

RGB Percentages of Color #edec9d

%37.62
%37.46
%24.92

CMYK Percentages of Color #edec9d

%0
%0
%34
%7

Triadic Colors of #edec9d

#edec9d #9dedec #ec9ded

Analogous Colors of #edec9d

#edec9d #c6ed9d #edc49d

Monochromatic Colors of #edec9d

#edec9d

Complementary Color

#edec9d #9d9eed

#edec9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec9d Color CSS Codes

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

#edec9d Text Font Color

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

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


#edec9d Background Color

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

This div background color is #edec9d


#edec9d Border Color

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

This div border color is #edec9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec9d


Comments

No comments written yet.

Please login to write comment.