Color Hex Logo

#edaa19 Color Hex

#EDAA19
(237,170,25)
0 Favorites   0 Comments

Color spaces of #edaa19

RGB 23717025
HSL0.110.850.51
HSV41°89°93°
CMYK 0.000.280.89   0.07
XYZ49.475246.82427.3500
Yxy46.82420.47730.4518
Hunter Lab68.42829.310341.5313
CIE-Lab74.077213.946573.8715

#edaa19 color RGB value is (237,170,25).

#edaa19 hex color red value is 237, green value is 170 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #edaa19 hue: 0.11 , saturation: 0.85 and the lightness value of edaa19 is 0.51.

The process color (four color CMYK) of #edaa19 color hex is 0.00, 0.28, 0.89, 0.07. Web safe color of #edaa19 is #ff9900. Color #edaa19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00011001
Octal 355 252 31
Decimal 237 170 25
Hex ED AA 19

RGB Percentages of Color #edaa19

%54.86
%39.35
%5.79

CMYK Percentages of Color #edaa19

%0
%28
%89
%7

Triadic Colors of #edaa19

#edaa19 #19edaa #aa19ed

Analogous Colors of #edaa19

#edaa19 #c6ed19 #ed4019

Monochromatic Colors of #edaa19

#edaa19

Complementary Color

#edaa19 #195ced

#edaa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa19 Color CSS Codes

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

#edaa19 Text Font Color

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

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


#edaa19 Background Color

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

This div background color is #edaa19


#edaa19 Border Color

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

This div border color is #edaa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa19


Comments

No comments written yet.

Please login to write comment.