Color Hex Logo

#edd908 Color Hex

#EDD908
(237,217,8)
0 Favorites   0 Comments

Color spaces of #edd908

RGB 2372178
HSL0.150.930.48
HSV55°97°93°
CMYK 0.000.080.97   0.07
XYZ59.781767.647810.1362
Yxy67.64780.43460.4917
Hunter Lab82.2483-14.192850.2670
CIE-Lab85.8300-10.525484.9259

#edd908 color RGB value is (237,217,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00001000
Octal 355 331 10
Decimal 237 217 8
Hex ED D9 8

RGB Percentages of Color #edd908

%51.30
%46.97
%1.73

CMYK Percentages of Color #edd908

%0
%8
%97
%7

Triadic Colors of #edd908

#edd908 #08edd9 #d908ed

Analogous Colors of #edd908

#edd908 #8fed08 #ed6708

Monochromatic Colors of #edd908

#edd908

Complementary Color

#edd908 #081ced

#edd908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd908 Color CSS Codes

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

#edd908 Text Font Color

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

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


#edd908 Background Color

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

This div background color is #edd908


#edd908 Border Color

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

This div border color is #edd908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd908


Comments

No comments written yet.

Please login to write comment.