Color Hex Logo

#eda56e Color Hex

#EDA56E
(237,165,110)
0 Favorites   0 Comments

Color spaces of #eda56e

RGB 237165110
HSL0.070.780.68
HSV26°54°93°
CMYK 0.000.300.54   0.07
XYZ51.194746.040620.9403
Yxy46.04060.43320.3896
Hunter Lab67.853215.933629.1997
CIE-Lab73.571920.731138.9904

#eda56e color RGB value is (237,165,110).

#eda56e hex color red value is 237, green value is 165 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #eda56e hue: 0.07 , saturation: 0.78 and the lightness value of eda56e is 0.68.

The process color (four color CMYK) of #eda56e color hex is 0.00, 0.30, 0.54, 0.07. Web safe color of #eda56e is #ff9966. Color #eda56e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01101110
Octal 355 245 156
Decimal 237 165 110
Hex ED A5 6E

RGB Percentages of Color #eda56e

%46.29
%32.23
%21.48

CMYK Percentages of Color #eda56e

%0
%30
%54
%7

Triadic Colors of #eda56e

#eda56e #6eeda5 #a56eed

Analogous Colors of #eda56e

#eda56e #ede56e #ed6e77

Monochromatic Colors of #eda56e

#eda56e

Complementary Color

#eda56e #6eb6ed

#eda56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda56e Color CSS Codes

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

#eda56e Text Font Color

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

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


#eda56e Background Color

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

This div background color is #eda56e


#eda56e Border Color

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

This div border color is #eda56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda56e


Comments

No comments written yet.

Please login to write comment.