Color Hex Logo

#edd419 Color Hex

#EDD419
(237,212,25)
0 Favorites   0 Comments

Color spaces of #edd419

RGB 23721225
HSL0.150.850.51
HSV53°89°93°
CMYK 0.000.110.89   0.07
XYZ58.644065.161710.4063
Yxy65.16170.43700.4855
Hunter Lab80.7228-11.587148.8626
CIE-Lab84.5670-7.816281.9501

#edd419 color RGB value is (237,212,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00011001
Octal 355 324 31
Decimal 237 212 25
Hex ED D4 19

RGB Percentages of Color #edd419

%50.00
%44.73
%5.27

CMYK Percentages of Color #edd419

%0
%11
%89
%7

Triadic Colors of #edd419

#edd419 #19edd4 #d419ed

Analogous Colors of #edd419

#edd419 #9ced19 #ed6a19

Monochromatic Colors of #edd419

#edd419

Complementary Color

#edd419 #1932ed

#edd419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd419 Color CSS Codes

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

#edd419 Text Font Color

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

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


#edd419 Background Color

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

This div background color is #edd419


#edd419 Border Color

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

This div border color is #edd419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd419


Comments

No comments written yet.

Please login to write comment.