Color Hex Logo

#edc49c Color Hex

#EDC49C
(237,196,156)
0 Favorites   0 Comments

Color spaces of #edc49c

RGB 237196156
HSL0.080.690.77
HSV30°34°93°
CMYK 0.000.170.34   0.07
XYZ60.665759.884739.8140
Yxy59.88470.37830.3734
Hunter Lab77.38524.510023.6655
CIE-Lab81.77559.052425.5611

#edc49c color RGB value is (237,196,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 10011100
Octal 355 304 234
Decimal 237 196 156
Hex ED C4 9C

RGB Percentages of Color #edc49c

%40.24
%33.28
%26.49

CMYK Percentages of Color #edc49c

%0
%17
%34
%7

Triadic Colors of #edc49c

#edc49c #9cedc4 #c49ced

Analogous Colors of #edc49c

#edc49c #eded9c #ed9c9d

Monochromatic Colors of #edc49c

#edc49c

Complementary Color

#edc49c #9cc5ed

#edc49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc49c Color CSS Codes

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

#edc49c Text Font Color

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

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


#edc49c Background Color

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

This div background color is #edc49c


#edc49c Border Color

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

This div border color is #edc49c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc49c


Comments

No comments written yet.

Please login to write comment.