Color Hex Logo

#eda56a Color Hex

#EDA56A
(237,165,106)
0 Favorites   0 Comments

Color spaces of #eda56a

RGB 237165106
HSL0.080.780.67
HSV27°55°93°
CMYK 0.000.300.55   0.07
XYZ50.981745.955419.8189
Yxy45.95540.43670.3936
Hunter Lab67.790415.607530.1195
CIE-Lab73.516620.404540.9937

#eda56a color RGB value is (237,165,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01101010
Octal 355 245 152
Decimal 237 165 106
Hex ED A5 6A

RGB Percentages of Color #eda56a

%46.65
%32.48
%20.87

CMYK Percentages of Color #eda56a

%0
%30
%55
%7

Triadic Colors of #eda56a

#eda56a #6aeda5 #a56aed

Analogous Colors of #eda56a

#eda56a #ede76a #ed6a71

Monochromatic Colors of #eda56a

#eda56a

Complementary Color

#eda56a #6ab2ed

#eda56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda56a Color CSS Codes

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

#eda56a Text Font Color

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

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


#eda56a Background Color

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

This div background color is #eda56a


#eda56a Border Color

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

This div border color is #eda56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda56a


Comments

No comments written yet.

Please login to write comment.