Color Hex Logo

#edd819 Color Hex

#EDD819
(237,216,25)
0 Favorites   0 Comments

Color spaces of #edd819

RGB 23721625
HSL0.150.850.51
HSV54°89°93°
CMYK 0.000.090.89   0.07
XYZ59.656467.186410.7438
Yxy67.18640.43360.4883
Hunter Lab81.9673-13.529249.6057
CIE-Lab85.5980-9.824782.7497

#edd819 color RGB value is (237,216,25).

#edd819 hex color red value is 237, green value is 216 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #edd819 hue: 0.15 , saturation: 0.85 and the lightness value of edd819 is 0.51.

The process color (four color CMYK) of #edd819 color hex is 0.00, 0.09, 0.89, 0.07. Web safe color of #edd819 is #ffcc00. Color #edd819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00011001
Octal 355 330 31
Decimal 237 216 25
Hex ED D8 19

RGB Percentages of Color #edd819

%49.58
%45.19
%5.23

CMYK Percentages of Color #edd819

%0
%9
%89
%7

Triadic Colors of #edd819

#edd819 #19edd8 #d819ed

Analogous Colors of #edd819

#edd819 #98ed19 #ed6e19

Monochromatic Colors of #edd819

#edd819

Complementary Color

#edd819 #192eed

#edd819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd819 Color CSS Codes

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

#edd819 Text Font Color

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

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


#edd819 Background Color

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

This div background color is #edd819


#edd819 Border Color

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

This div border color is #edd819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd819


Comments

No comments written yet.

Please login to write comment.