Color Hex Logo

#eda48e Color Hex

#EDA48E
(237,164,142)
0 Favorites   0 Comments

Color spaces of #eda48e

RGB 237164142
HSL0.040.730.74
HSV14°40°93°
CMYK 0.000.310.40   0.07
XYZ53.083046.508431.7704
Yxy46.50840.40410.3540
Hunter Lab68.197119.595420.1170
CIE-Lab73.874224.369422.3024

#eda48e color RGB value is (237,164,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 10001110
Octal 355 244 216
Decimal 237 164 142
Hex ED A4 8E

RGB Percentages of Color #eda48e

%43.65
%30.20
%26.15

CMYK Percentages of Color #eda48e

%0
%31
%40
%7

Triadic Colors of #eda48e

#eda48e #8eeda4 #a48eed

Analogous Colors of #eda48e

#eda48e #edd48e #ed8ea8

Monochromatic Colors of #eda48e

#eda48e

Complementary Color

#eda48e #8ed7ed

#eda48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda48e Color CSS Codes

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

#eda48e Text Font Color

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

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


#eda48e Background Color

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

This div background color is #eda48e


#eda48e Border Color

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

This div border color is #eda48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda48e


Comments

No comments written yet.

Please login to write comment.