Color Hex Logo

#eda08c Color Hex

#EDA08C
(237,160,140)
0 Favorites   0 Comments

Color spaces of #eda08c

RGB 237160140
HSL0.030.730.74
HSV12°41°93°
CMYK 0.000.320.41   0.07
XYZ52.229545.039630.7517
Yxy45.03960.40800.3518
Hunter Lab67.111521.472219.8104
CIE-Lab72.918026.272522.0869

#eda08c color RGB value is (237,160,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 10001100
Octal 355 240 214
Decimal 237 160 140
Hex ED A0 8C

RGB Percentages of Color #eda08c

%44.13
%29.80
%26.07

CMYK Percentages of Color #eda08c

%0
%32
%41
%7

Triadic Colors of #eda08c

#eda08c #8ceda0 #a08ced

Analogous Colors of #eda08c

#eda08c #edd18c #ed8ca9

Monochromatic Colors of #eda08c

#eda08c

Complementary Color

#eda08c #8cd9ed

#eda08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda08c Color CSS Codes

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

#eda08c Text Font Color

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

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


#eda08c Background Color

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

This div background color is #eda08c


#eda08c Border Color

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

This div border color is #eda08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda08c


Comments

No comments written yet.

Please login to write comment.