Color Hex Logo

#edaa3c Color Hex

#EDAA3C
(237,170,60)
0 Favorites   0 Comments

Color spaces of #edaa3c

RGB 23717060
HSL0.100.830.58
HSV37°75°93°
CMYK 0.000.280.75   0.07
XYZ50.115447.080210.7210
Yxy47.08020.46440.4363
Hunter Lab68.615010.297538.7665
CIE-Lab74.241014.967663.2341

#edaa3c color RGB value is (237,170,60).

#edaa3c hex color red value is 237, green value is 170 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #edaa3c hue: 0.10 , saturation: 0.83 and the lightness value of edaa3c is 0.58.

The process color (four color CMYK) of #edaa3c color hex is 0.00, 0.28, 0.75, 0.07. Web safe color of #edaa3c is #ff9933. Color #edaa3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00111100
Octal 355 252 74
Decimal 237 170 60
Hex ED AA 3C

RGB Percentages of Color #edaa3c

%50.75
%36.40
%12.85

CMYK Percentages of Color #edaa3c

%0
%28
%75
%7

Triadic Colors of #edaa3c

#edaa3c #3cedaa #aa3ced

Analogous Colors of #edaa3c

#edaa3c #d8ed3c #ed523c

Monochromatic Colors of #edaa3c

#edaa3c

Complementary Color

#edaa3c #3c7fed

#edaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa3c Color CSS Codes

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

#edaa3c Text Font Color

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

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


#edaa3c Background Color

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

This div background color is #edaa3c


#edaa3c Border Color

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

This div border color is #edaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa3c


Comments

No comments written yet.

Please login to write comment.