Color Hex Logo

#eddc2f Color Hex

#EDDC2F
(237,220,47)
0 Favorites   0 Comments

Color spaces of #eddc2f

RGB 23722047
HSL0.150.840.56
HSV55°80°93°
CMYK 0.000.070.80   0.07
XYZ61.031369.396212.8674
Yxy69.39620.42590.4843
Hunter Lab83.3044-15.008249.1550
CIE-Lab86.6999-11.310378.9225

#eddc2f color RGB value is (237,220,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00101111
Octal 355 334 57
Decimal 237 220 47
Hex ED DC 2F

RGB Percentages of Color #eddc2f

%47.02
%43.65
%9.33

CMYK Percentages of Color #eddc2f

%0
%7
%80
%7

Triadic Colors of #eddc2f

#eddc2f #2feddc #dc2fed

Analogous Colors of #eddc2f

#eddc2f #9fed2f #ed7d2f

Monochromatic Colors of #eddc2f

#eddc2f

Complementary Color

#eddc2f #2f40ed

#eddc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc2f Color CSS Codes

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

#eddc2f Text Font Color

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

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


#eddc2f Background Color

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

This div background color is #eddc2f


#eddc2f Border Color

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

This div border color is #eddc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc2f


Comments

No comments written yet.

Please login to write comment.