Color Hex Logo

#edd407 Color Hex

#EDD407
(237,212,7)
0 Favorites   0 Comments

Color spaces of #edd407

RGB 2372127
HSL0.150.940.48
HSV53°97°93°
CMYK 0.000.110.97   0.07
XYZ58.506965.10689.6842
Yxy65.10680.43890.4884
Hunter Lab80.6888-11.776249.3662
CIE-Lab84.5387-8.026484.0674

#edd407 color RGB value is (237,212,7).

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

The process color (four color CMYK) of #edd407 color hex is 0.00, 0.11, 0.97, 0.07. Web safe color of #edd407 is #ffcc00. Color #edd407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00000111
Octal 355 324 7
Decimal 237 212 7
Hex ED D4 7

RGB Percentages of Color #edd407

%51.97
%46.49
%1.54

CMYK Percentages of Color #edd407

%0
%11
%97
%7

Triadic Colors of #edd407

#edd407 #07edd4 #d407ed

Analogous Colors of #edd407

#edd407 #93ed07 #ed6107

Monochromatic Colors of #edd407

#edd407

Complementary Color

#edd407 #0720ed

#edd407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd407 Color CSS Codes

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

#edd407 Text Font Color

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

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


#edd407 Background Color

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

This div background color is #edd407


#edd407 Border Color

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

This div border color is #edd407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd407


Comments

No comments written yet.

Please login to write comment.