Color Hex Logo

#edaa07 Color Hex

#EDAA07
(237,170,7)
0 Favorites   0 Comments

Color spaces of #edaa07

RGB 2371707
HSL0.120.940.48
HSV43°97°93°
CMYK 0.000.280.97   0.07
XYZ49.338146.76936.6280
Yxy46.76930.48020.4552
Hunter Lab68.38819.098442.1254
CIE-Lab74.042013.726476.5696

#edaa07 color RGB value is (237,170,7).

#edaa07 hex color red value is 237, green value is 170 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #edaa07 hue: 0.12 , saturation: 0.94 and the lightness value of edaa07 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00000111
Octal 355 252 7
Decimal 237 170 7
Hex ED AA 7

RGB Percentages of Color #edaa07

%57.25
%41.06
%1.69

CMYK Percentages of Color #edaa07

%0
%28
%97
%7

Triadic Colors of #edaa07

#edaa07 #07edaa #aa07ed

Analogous Colors of #edaa07

#edaa07 #bded07 #ed3707

Monochromatic Colors of #edaa07

#edaa07

Complementary Color

#edaa07 #074aed

#edaa07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa07 Color CSS Codes

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

#edaa07 Text Font Color

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

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


#edaa07 Background Color

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

This div background color is #edaa07


#edaa07 Border Color

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

This div border color is #edaa07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa07


Comments

No comments written yet.

Please login to write comment.