Color Hex Logo

#edc09f Color Hex

#EDC09F
(237,192,159)
0 Favorites   0 Comments

Color spaces of #edc09f

RGB 237192159
HSL0.070.680.78
HSV25°33°93°
CMYK 0.000.190.33   0.07
XYZ60.032758.207040.8719
Yxy58.20700.37730.3658
Hunter Lab76.29356.941821.6427
CIE-Lab80.853711.522922.7163

#edc09f color RGB value is (237,192,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10011111
Octal 355 300 237
Decimal 237 192 159
Hex ED C0 9F

RGB Percentages of Color #edc09f

%40.31
%32.65
%27.04

CMYK Percentages of Color #edc09f

%0
%19
%33
%7

Triadic Colors of #edc09f

#edc09f #9fedc0 #c09fed

Analogous Colors of #edc09f

#edc09f #ede79f #ed9fa5

Monochromatic Colors of #edc09f

#edc09f

Complementary Color

#edc09f #9fcced

#edc09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc09f Color CSS Codes

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

#edc09f Text Font Color

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

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


#edc09f Background Color

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

This div background color is #edc09f


#edc09f Border Color

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

This div border color is #edc09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc09f


Comments

No comments written yet.

Please login to write comment.