Color Hex Logo

#edd509 Color Hex

#EDD509
(237,213,9)
0 Favorites   0 Comments

Color spaces of #edd509

RGB 2372139
HSL0.150.930.48
HSV54°96°93°
CMYK 0.000.100.96   0.07
XYZ58.768665.61279.8255
Yxy65.61270.43790.4889
Hunter Lab81.0017-12.247049.5093
CIE-Lab84.7985-8.512884.0831

#edd509 color RGB value is (237,213,9).

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

The process color (four color CMYK) of #edd509 color hex is 0.00, 0.10, 0.96, 0.07. Web safe color of #edd509 is #ffcc00. Color #edd509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00001001
Octal 355 325 11
Decimal 237 213 9
Hex ED D5 9

RGB Percentages of Color #edd509

%51.63
%46.41
%1.96

CMYK Percentages of Color #edd509

%0
%10
%96
%7

Triadic Colors of #edd509

#edd509 #09edd5 #d509ed

Analogous Colors of #edd509

#edd509 #93ed09 #ed6309

Monochromatic Colors of #edd509

#edd509

Complementary Color

#edd509 #0921ed

#edd509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd509 Color CSS Codes

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

#edd509 Text Font Color

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

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


#edd509 Background Color

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

This div background color is #edd509


#edd509 Border Color

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

This div border color is #edd509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd509


Comments

No comments written yet.

Please login to write comment.