Color Hex Logo

#edc29f Color Hex

#EDC29F
(237,194,159)
0 Favorites   0 Comments

Color spaces of #edc29f

RGB 237194159
HSL0.070.680.78
HSV27°33°93°
CMYK 0.000.180.33   0.07
XYZ60.474859.091341.0193
Yxy59.09130.37660.3680
Hunter Lab76.87095.903122.1717
CIE-Lab81.341810.469923.3844

#edc29f color RGB value is (237,194,159).

#edc29f hex color red value is 237, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #edc29f hue: 0.07 , saturation: 0.68 and the lightness value of edc29f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10011111
Octal 355 302 237
Decimal 237 194 159
Hex ED C2 9F

RGB Percentages of Color #edc29f

%40.17
%32.88
%26.95

CMYK Percentages of Color #edc29f

%0
%18
%33
%7

Triadic Colors of #edc29f

#edc29f #9fedc2 #c29fed

Analogous Colors of #edc29f

#edc29f #ede99f #ed9fa3

Monochromatic Colors of #edc29f

#edc29f

Complementary Color

#edc29f #9fcaed

#edc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc29f Color CSS Codes

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

#edc29f Text Font Color

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

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


#edc29f Background Color

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

This div background color is #edc29f


#edc29f Border Color

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

This div border color is #edc29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc29f


Comments

No comments written yet.

Please login to write comment.