Color Hex Logo

#edc29c Color Hex

#EDC29C
(237,194,156)
0 Favorites   0 Comments

Color spaces of #edc29c

RGB 237194156
HSL0.080.690.77
HSV28°34°93°
CMYK 0.000.180.34   0.07
XYZ60.217658.988439.6646
Yxy58.98840.37900.3713
Hunter Lab76.80395.544923.1430
CIE-Lab81.285210.103124.8949

#edc29c color RGB value is (237,194,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10011100
Octal 355 302 234
Decimal 237 194 156
Hex ED C2 9C

RGB Percentages of Color #edc29c

%40.37
%33.05
%26.58

CMYK Percentages of Color #edc29c

%0
%18
%34
%7

Triadic Colors of #edc29c

#edc29c #9cedc2 #c29ced

Analogous Colors of #edc29c

#edc29c #edeb9c #ed9c9f

Monochromatic Colors of #edc29c

#edc29c

Complementary Color

#edc29c #9cc7ed

#edc29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc29c Color CSS Codes

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

#edc29c Text Font Color

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

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


#edc29c Background Color

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

This div background color is #edc29c


#edc29c Border Color

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

This div border color is #edc29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc29c


Comments

No comments written yet.

Please login to write comment.