Color Hex Logo

#eda155 Color Hex

#EDA155
(237,161,85)
0 Favorites   0 Comments

Color spaces of #eda155

RGB 23716185
HSL0.080.810.63
HSV30°64°93°
CMYK 0.000.320.64   0.07
XYZ49.309644.150114.5173
Yxy44.15010.45670.4089
Hunter Lab66.445516.186133.5580
CIE-Lab72.328721.033750.1173

#eda155 color RGB value is (237,161,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 01010101
Octal 355 241 125
Decimal 237 161 85
Hex ED A1 55

RGB Percentages of Color #eda155

%49.07
%33.33
%17.60

CMYK Percentages of Color #eda155

%0
%32
%64
%7

Triadic Colors of #eda155

#eda155 #55eda1 #a155ed

Analogous Colors of #eda155

#eda155 #eded55 #ed5555

Monochromatic Colors of #eda155

#eda155

Complementary Color

#eda155 #55a1ed

#eda155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda155 Color CSS Codes

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

#eda155 Text Font Color

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

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


#eda155 Background Color

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

This div background color is #eda155


#eda155 Border Color

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

This div border color is #eda155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda155


Comments

No comments written yet.

Please login to write comment.