Color Hex Logo

#eda655 Color Hex

#EDA655
(237,166,85)
0 Favorites   0 Comments

Color spaces of #eda655

RGB 23716685
HSL0.090.810.63
HSV32°64°93°
CMYK 0.000.300.64   0.07
XYZ50.201045.932814.8144
Yxy45.93280.45250.4140
Hunter Lab67.773713.613534.4816
CIE-Lab73.501918.383451.4478

#eda655 color RGB value is (237,166,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 01010101
Octal 355 246 125
Decimal 237 166 85
Hex ED A6 55

RGB Percentages of Color #eda655

%48.57
%34.02
%17.42

CMYK Percentages of Color #eda655

%0
%30
%64
%7

Triadic Colors of #eda655

#eda655 #55eda6 #a655ed

Analogous Colors of #eda655

#eda655 #e8ed55 #ed5a55

Monochromatic Colors of #eda655

#eda655

Complementary Color

#eda655 #559ced

#eda655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda655 Color CSS Codes

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

#eda655 Text Font Color

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

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


#eda655 Background Color

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

This div background color is #eda655


#eda655 Border Color

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

This div border color is #eda655


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,166,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 #eda655">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda655

#eda655 Color Palettes


Comments

No comments written yet.

Please login to write comment.