Color Hex Logo

#eda057 Color Hex

#EDA057
(237,160,87)
0 Favorites   0 Comments

Color spaces of #eda057

RGB 23716087
HSL0.080.810.64
HSV29°63°93°
CMYK 0.000.320.63   0.07
XYZ49.216243.834314.8837
Yxy43.83430.45600.4061
Hunter Lab66.207516.827233.0166
CIE-Lab72.117621.689848.9009

#eda057 color RGB value is (237,160,87).

#eda057 hex color red value is 237, green value is 160 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eda057 hue: 0.08 , saturation: 0.81 and the lightness value of eda057 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 01010111
Octal 355 240 127
Decimal 237 160 87
Hex ED A0 57

RGB Percentages of Color #eda057

%48.97
%33.06
%17.98

CMYK Percentages of Color #eda057

%0
%32
%63
%7

Triadic Colors of #eda057

#eda057 #57eda0 #a057ed

Analogous Colors of #eda057

#eda057 #edeb57 #ed5759

Monochromatic Colors of #eda057

#eda057

Complementary Color

#eda057 #57a4ed

#eda057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda057 Color CSS Codes

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

#eda057 Text Font Color

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

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


#eda057 Background Color

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

This div background color is #eda057


#eda057 Border Color

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

This div border color is #eda057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda057


Comments

No comments written yet.

Please login to write comment.