Color Hex Logo

#edd019 Color Hex

#EDD019
(237,208,25)
0 Favorites   0 Comments

Color spaces of #edd019

RGB 23720825
HSL0.140.850.51
HSV52°89°93°
CMYK 0.000.120.89   0.07
XYZ57.656463.186510.0771
Yxy63.18650.44040.4826
Hunter Lab79.4899-9.636148.1266
CIE-Lab83.5404-5.794381.1547

#edd019 color RGB value is (237,208,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00011001
Octal 355 320 31
Decimal 237 208 25
Hex ED D0 19

RGB Percentages of Color #edd019

%50.43
%44.26
%5.32

CMYK Percentages of Color #edd019

%0
%12
%89
%7

Triadic Colors of #edd019

#edd019 #19edd0 #d019ed

Analogous Colors of #edd019

#edd019 #a0ed19 #ed6619

Monochromatic Colors of #edd019

#edd019

Complementary Color

#edd019 #1936ed

#edd019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd019 Color CSS Codes

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

#edd019 Text Font Color

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

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


#edd019 Background Color

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

This div background color is #edd019


#edd019 Border Color

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

This div border color is #edd019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd019


Comments

No comments written yet.

Please login to write comment.