Color Hex Logo

#eda407 Color Hex

#EDA407
(237,164,7)
0 Favorites   0 Comments

Color spaces of #eda407

RGB 2371647
HSL0.110.940.48
HSV41°97°93°
CMYK 0.000.310.97   0.07
XYZ48.238944.57086.2616
Yxy44.57080.48690.4499
Hunter Lab66.761412.144141.1721
CIE-Lab72.608416.899075.5752

#eda407 color RGB value is (237,164,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 00000111
Octal 355 244 7
Decimal 237 164 7
Hex ED A4 7

RGB Percentages of Color #eda407

%58.09
%40.20
%1.72

CMYK Percentages of Color #eda407

%0
%31
%97
%7

Triadic Colors of #eda407

#eda407 #07eda4 #a407ed

Analogous Colors of #eda407

#eda407 #c3ed07 #ed3107

Monochromatic Colors of #eda407

#eda407

Complementary Color

#eda407 #0750ed

#eda407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda407 Color CSS Codes

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

#eda407 Text Font Color

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

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


#eda407 Background Color

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

This div background color is #eda407


#eda407 Border Color

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

This div border color is #eda407


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,164,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 #eda407">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda407


Comments

No comments written yet.

Please login to write comment.