Color Hex Logo

#eda79c Color Hex

#EDA79C
(237,167,156)
0 Favorites   0 Comments

Color spaces of #eda79c

RGB 237167156
HSL0.020.690.77
HSV34°93°
CMYK 0.000.300.34   0.07
XYZ54.744548.042337.8402
Yxy48.04230.38930.3416
Hunter Lab69.312619.686116.1503
CIE-Lab74.851624.408516.0269

#eda79c color RGB value is (237,167,156).

#eda79c hex color red value is 237, green value is 167 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eda79c hue: 0.02 , saturation: 0.69 and the lightness value of eda79c is 0.77.

The process color (four color CMYK) of #eda79c color hex is 0.00, 0.30, 0.34, 0.07. Web safe color of #eda79c is #ff9999. Color #eda79c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 10011100
Octal 355 247 234
Decimal 237 167 156
Hex ED A7 9C

RGB Percentages of Color #eda79c

%42.32
%29.82
%27.86

CMYK Percentages of Color #eda79c

%0
%30
%34
%7

Triadic Colors of #eda79c

#eda79c #9ceda7 #a79ced

Analogous Colors of #eda79c

#eda79c #edd09c #ed9cba

Monochromatic Colors of #eda79c

#eda79c

Complementary Color

#eda79c #9ce2ed

#eda79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda79c Color CSS Codes

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

#eda79c Text Font Color

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

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


#eda79c Background Color

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

This div background color is #eda79c


#eda79c Border Color

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

This div border color is #eda79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda79c


Comments

No comments written yet.

Please login to write comment.