Color Hex Logo

#eddc40 Color Hex

#EDDC40
(237,220,64)
0 Favorites   0 Comments

Color spaces of #eddc40

RGB 23722064
HSL0.150.830.59
HSV54°73°93°
CMYK 0.000.070.73   0.07
XYZ61.443769.561115.0387
Yxy69.56110.42070.4763
Hunter Lab83.4033-14.453847.6915
CIE-Lab86.7811-10.691373.8264

#eddc40 color RGB value is (237,220,64).

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

The process color (four color CMYK) of #eddc40 color hex is 0.00, 0.07, 0.73, 0.07. Web safe color of #eddc40 is #ffcc33. Color #eddc40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 01000000
Octal 355 334 100
Decimal 237 220 64
Hex ED DC 40

RGB Percentages of Color #eddc40

%45.49
%42.23
%12.28

CMYK Percentages of Color #eddc40

%0
%7
%73
%7

Triadic Colors of #eddc40

#eddc40 #40eddc #dc40ed

Analogous Colors of #eddc40

#eddc40 #a8ed40 #ed8640

Monochromatic Colors of #eddc40

#eddc40

Complementary Color

#eddc40 #4051ed

#eddc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc40 Color CSS Codes

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

#eddc40 Text Font Color

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

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


#eddc40 Background Color

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

This div background color is #eddc40


#eddc40 Border Color

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

This div border color is #eddc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc40


Comments

No comments written yet.

Please login to write comment.