Color Hex Logo

#edc79f Color Hex

#EDC79F
(237,199,159)
0 Favorites   0 Comments

Color spaces of #edc79f

RGB 237199159
HSL0.090.680.78
HSV31°33°93°
CMYK 0.000.160.33   0.07
XYZ61.606561.354641.3965
Yxy61.35460.37480.3733
Hunter Lab78.32923.315623.4960
CIE-Lab82.56907.846025.0590

#edc79f color RGB value is (237,199,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 10011111
Octal 355 307 237
Decimal 237 199 159
Hex ED C7 9F

RGB Percentages of Color #edc79f

%39.83
%33.45
%26.72

CMYK Percentages of Color #edc79f

%0
%16
%33
%7

Triadic Colors of #edc79f

#edc79f #9fedc7 #c79fed

Analogous Colors of #edc79f

#edc79f #eced9f #eda09f

Monochromatic Colors of #edc79f

#edc79f

Complementary Color

#edc79f #9fc5ed

#edc79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc79f Color CSS Codes

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

#edc79f Text Font Color

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

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


#edc79f Background Color

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

This div background color is #edc79f


#edc79f Border Color

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

This div border color is #edc79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc79f


Comments

No comments written yet.

Please login to write comment.