Color Hex Logo

#edd418 Color Hex

#EDD418
(237,212,24)
0 Favorites   0 Comments

Color spaces of #edd418

RGB 23721224
HSL0.150.860.51
HSV53°90°93°
CMYK 0.000.110.90   0.07
XYZ58.633465.157410.3505
Yxy65.15740.43710.4857
Hunter Lab80.7201-11.601648.9015
CIE-Lab84.5648-7.832382.1100

#edd418 color RGB value is (237,212,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00011000
Octal 355 324 30
Decimal 237 212 24
Hex ED D4 18

RGB Percentages of Color #edd418

%50.11
%44.82
%5.07

CMYK Percentages of Color #edd418

%0
%11
%90
%7

Triadic Colors of #edd418

#edd418 #18edd4 #d418ed

Analogous Colors of #edd418

#edd418 #9ced18 #ed6a18

Monochromatic Colors of #edd418

#edd418

Complementary Color

#edd418 #1831ed

#edd418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd418 Color CSS Codes

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

#edd418 Text Font Color

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

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


#edd418 Background Color

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

This div background color is #edd418


#edd418 Border Color

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

This div border color is #edd418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd418


Comments

No comments written yet.

Please login to write comment.