Color Hex Logo

#eda956 Color Hex

#EDA956
(237,169,86)
0 Favorites   0 Comments

Color spaces of #eda956

RGB 23716986
HSL0.090.810.63
HSV33°64°93°
CMYK 0.000.290.64   0.07
XYZ50.792747.052315.2090
Yxy47.05230.44930.4162
Hunter Lab68.594712.134234.8703
CIE-Lab74.223216.856051.7861

#eda956 color RGB value is (237,169,86).

#eda956 hex color red value is 237, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #eda956 hue: 0.09 , saturation: 0.81 and the lightness value of eda956 is 0.63.

The process color (four color CMYK) of #eda956 color hex is 0.00, 0.29, 0.64, 0.07. Web safe color of #eda956 is #ff9966. Color #eda956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 01010110
Octal 355 251 126
Decimal 237 169 86
Hex ED A9 56

RGB Percentages of Color #eda956

%48.17
%34.35
%17.48

CMYK Percentages of Color #eda956

%0
%29
%64
%7

Triadic Colors of #eda956

#eda956 #56eda9 #a956ed

Analogous Colors of #eda956

#eda956 #e6ed56 #ed5d56

Monochromatic Colors of #eda956

#eda956

Complementary Color

#eda956 #569aed

#eda956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda956 Color CSS Codes

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

#eda956 Text Font Color

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

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


#eda956 Background Color

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

This div background color is #eda956


#eda956 Border Color

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

This div border color is #eda956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda956


Comments

No comments written yet.

Please login to write comment.