Color Hex Logo

#eda07e Color Hex

#EDA07E
(237,160,126)
0 Favorites   0 Comments

Color spaces of #eda07e

RGB 237160126
HSL0.050.760.71
HSV18°47°93°
CMYK 0.000.320.47   0.07
XYZ51.261844.652525.6557
Yxy44.65250.42170.3673
Hunter Lab66.822519.993924.0121
CIE-Lab72.662524.828529.3367

#eda07e color RGB value is (237,160,126).

#eda07e hex color red value is 237, green value is 160 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eda07e hue: 0.05 , saturation: 0.76 and the lightness value of eda07e is 0.71.

The process color (four color CMYK) of #eda07e color hex is 0.00, 0.32, 0.47, 0.07. Web safe color of #eda07e is #ff9966. Color #eda07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01111110
Octal 355 240 176
Decimal 237 160 126
Hex ED A0 7E

RGB Percentages of Color #eda07e

%45.32
%30.59
%24.09

CMYK Percentages of Color #eda07e

%0
%32
%47
%7

Triadic Colors of #eda07e

#eda07e #7eeda0 #a07eed

Analogous Colors of #eda07e

#eda07e #edd87e #ed7e94

Monochromatic Colors of #eda07e

#eda07e

Complementary Color

#eda07e #7ecbed

#eda07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda07e Color CSS Codes

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

#eda07e Text Font Color

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

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


#eda07e Background Color

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

This div background color is #eda07e


#eda07e Border Color

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

This div border color is #eda07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda07e


Comments

No comments written yet.

Please login to write comment.