Color Hex Logo

#edaa20 Color Hex

#EDAA20
(237,170,32)
0 Favorites   0 Comments

Color spaces of #edaa20

RGB 23717032
HSL0.110.850.53
HSV40°86°93°
CMYK 0.000.280.86   0.07
XYZ49.560546.85837.7989
Yxy46.85830.47550.4496
Hunter Lab68.45319.442241.1622
CIE-Lab74.099014.083372.2840

#edaa20 color RGB value is (237,170,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00100000
Octal 355 252 40
Decimal 237 170 32
Hex ED AA 20

RGB Percentages of Color #edaa20

%53.99
%38.72
%7.29

CMYK Percentages of Color #edaa20

%0
%28
%86
%7

Triadic Colors of #edaa20

#edaa20 #20edaa #aa20ed

Analogous Colors of #edaa20

#edaa20 #caed20 #ed4420

Monochromatic Colors of #edaa20

#edaa20

Complementary Color

#edaa20 #2063ed

#edaa20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa20 Color CSS Codes

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

#edaa20 Text Font Color

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

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


#edaa20 Background Color

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

This div background color is #edaa20


#edaa20 Border Color

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

This div border color is #edaa20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa20


Comments

No comments written yet.

Please login to write comment.