Color Hex Logo

#edaa43 Color Hex

#EDAA43
(237,170,67)
0 Favorites   0 Comments

Color spaces of #edaa43

RGB 23717067
HSL0.100.830.60
HSV36°72°93°
CMYK 0.000.280.72   0.07
XYZ50.312947.159211.7611
Yxy47.15920.46060.4317
Hunter Lab68.672610.600937.9166
CIE-Lab74.291515.280160.4262

#edaa43 color RGB value is (237,170,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01000011
Octal 355 252 103
Decimal 237 170 67
Hex ED AA 43

RGB Percentages of Color #edaa43

%50.00
%35.86
%14.14

CMYK Percentages of Color #edaa43

%0
%28
%72
%7

Triadic Colors of #edaa43

#edaa43 #43edaa #aa43ed

Analogous Colors of #edaa43

#edaa43 #dbed43 #ed5543

Monochromatic Colors of #edaa43

#edaa43

Complementary Color

#edaa43 #4386ed

#edaa43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa43 Color CSS Codes

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

#edaa43 Text Font Color

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

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


#edaa43 Background Color

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

This div background color is #edaa43


#edaa43 Border Color

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

This div border color is #edaa43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa43


Comments

No comments written yet.

Please login to write comment.