Color Hex Logo

#eddc0d Color Hex

#EDDC0D
(237,220,13)
0 Favorites   0 Comments

Color spaces of #eddc0d

RGB 23722013
HSL0.150.900.49
HSV55°95°93°
CMYK 0.000.070.95   0.07
XYZ60.590969.220010.5481
Yxy69.22000.43170.4932
Hunter Lab83.1986-15.601550.7221
CIE-Lab86.6129-11.975485.0640

#eddc0d color RGB value is (237,220,13).

#eddc0d hex color red value is 237, green value is 220 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eddc0d hue: 0.15 , saturation: 0.90 and the lightness value of eddc0d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00001101
Octal 355 334 15
Decimal 237 220 13
Hex ED DC D

RGB Percentages of Color #eddc0d

%50.43
%46.81
%2.77

CMYK Percentages of Color #eddc0d

%0
%7
%95
%7

Triadic Colors of #eddc0d

#eddc0d #0deddc #dc0ded

Analogous Colors of #eddc0d

#eddc0d #8eed0d #ed6c0d

Monochromatic Colors of #eddc0d

#eddc0d

Complementary Color

#eddc0d #0d1eed

#eddc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc0d Color CSS Codes

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

#eddc0d Text Font Color

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

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


#eddc0d Background Color

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

This div background color is #eddc0d


#eddc0d Border Color

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

This div border color is #eddc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc0d


Comments

No comments written yet.

Please login to write comment.