Color Hex Logo

#eda39f Color Hex

#EDA39F
(237,163,159)
0 Favorites   0 Comments

Color spaces of #eda39f

RGB 237163159
HSL0.010.680.78
HSV33°93°
CMYK 0.000.310.33   0.07
XYZ54.280346.702138.9544
Yxy46.70210.38790.3337
Hunter Lab68.338922.186014.0409
CIE-Lab73.998826.905113.1898

#eda39f color RGB value is (237,163,159).

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

The process color (four color CMYK) of #eda39f color hex is 0.00, 0.31, 0.33, 0.07. Web safe color of #eda39f is #ff9999. Color #eda39f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10011111
Octal 355 243 237
Decimal 237 163 159
Hex ED A3 9F

RGB Percentages of Color #eda39f

%42.40
%29.16
%28.44

CMYK Percentages of Color #eda39f

%0
%31
%33
%7

Triadic Colors of #eda39f

#eda39f #9feda3 #a39fed

Analogous Colors of #eda39f

#eda39f #edca9f #ed9fc2

Monochromatic Colors of #eda39f

#eda39f

Complementary Color

#eda39f #9fe9ed

#eda39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda39f Color CSS Codes

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

#eda39f Text Font Color

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

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


#eda39f Background Color

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

This div background color is #eda39f


#eda39f Border Color

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

This div border color is #eda39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda39f


Comments

No comments written yet.

Please login to write comment.