Color Hex Logo

#eda38c Color Hex

#EDA38C
(237,163,140)
0 Favorites   0 Comments

Color spaces of #eda38c

RGB 237163140
HSL0.040.730.74
HSV14°41°93°
CMYK 0.000.310.41   0.07
XYZ52.755946.092430.9271
Yxy46.09240.40650.3552
Hunter Lab67.891419.895920.5151
CIE-Lab73.605524.680423.0233

#eda38c color RGB value is (237,163,140).

#eda38c hex color red value is 237, green value is 163 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eda38c hue: 0.04 , saturation: 0.73 and the lightness value of eda38c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10001100
Octal 355 243 214
Decimal 237 163 140
Hex ED A3 8C

RGB Percentages of Color #eda38c

%43.89
%30.19
%25.93

CMYK Percentages of Color #eda38c

%0
%31
%41
%7

Triadic Colors of #eda38c

#eda38c #8ceda3 #a38ced

Analogous Colors of #eda38c

#eda38c #edd48c #ed8ca6

Monochromatic Colors of #eda38c

#eda38c

Complementary Color

#eda38c #8cd6ed

#eda38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda38c Color CSS Codes

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

#eda38c Text Font Color

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

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


#eda38c Background Color

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

This div background color is #eda38c


#eda38c Border Color

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

This div border color is #eda38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda38c


Comments

No comments written yet.

Please login to write comment.