Color Hex Logo

#eda37e Color Hex

#EDA37E
(237,163,126)
0 Favorites   0 Comments

Color spaces of #eda37e

RGB 237163126
HSL0.060.760.71
HSV20°47°93°
CMYK 0.000.310.47   0.07
XYZ51.788145.705325.8311
Yxy45.70530.41990.3706
Hunter Lab67.605718.426724.6702
CIE-Lab73.353923.236430.2479

#eda37e color RGB value is (237,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 01111110
Octal 355 243 176
Decimal 237 163 126
Hex ED A3 7E

RGB Percentages of Color #eda37e

%45.06
%30.99
%23.95

CMYK Percentages of Color #eda37e

%0
%31
%47
%7

Triadic Colors of #eda37e

#eda37e #7eeda3 #a37eed

Analogous Colors of #eda37e

#eda37e #eddb7e #ed7e91

Monochromatic Colors of #eda37e

#eda37e

Complementary Color

#eda37e #7ec8ed

#eda37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda37e Color CSS Codes

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

#eda37e Text Font Color

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

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


#eda37e Background Color

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

This div background color is #eda37e


#eda37e Border Color

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

This div border color is #eda37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda37e

#eda37e Color Palettes


Comments

No comments written yet.

Please login to write comment.