Color Hex Logo

#edaa5d Color Hex

#EDAA5D
(237,170,93)
0 Favorites   0 Comments

Color spaces of #edaa5d

RGB 23717093
HSL0.090.800.65
HSV32°61°93°
CMYK 0.000.280.61   0.07
XYZ51.275647.544316.8304
Yxy47.54430.44340.4111
Hunter Lab68.952412.072733.7947
CIE-Lab74.536616.787048.7626

#edaa5d color RGB value is (237,170,93).

#edaa5d hex color red value is 237, green value is 170 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #edaa5d hue: 0.09 , saturation: 0.80 and the lightness value of edaa5d is 0.65.

The process color (four color CMYK) of #edaa5d color hex is 0.00, 0.28, 0.61, 0.07. Web safe color of #edaa5d is #ff9966. Color #edaa5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01011101
Octal 355 252 135
Decimal 237 170 93
Hex ED AA 5D

RGB Percentages of Color #edaa5d

%47.40
%34.00
%18.60

CMYK Percentages of Color #edaa5d

%0
%28
%61
%7

Triadic Colors of #edaa5d

#edaa5d #5dedaa #aa5ded

Analogous Colors of #edaa5d

#edaa5d #e8ed5d #ed625d

Monochromatic Colors of #edaa5d

#edaa5d

Complementary Color

#edaa5d #5da0ed

#edaa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa5d Color CSS Codes

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

#edaa5d Text Font Color

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

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


#edaa5d Background Color

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

This div background color is #edaa5d


#edaa5d Border Color

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

This div border color is #edaa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa5d


Comments

No comments written yet.

Please login to write comment.