Color Hex Logo

#eddc1f Color Hex

#EDDC1F
(237,220,31)
0 Favorites   0 Comments

Color spaces of #eddc1f

RGB 23722031
HSL0.150.850.53
HSV55°87°93°
CMYK 0.000.070.87   0.07
XYZ60.765669.289911.4679
Yxy69.28990.42940.4896
Hunter Lab83.2406-15.366050.1001
CIE-Lab86.6474-11.711182.5277

#eddc1f color RGB value is (237,220,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00011111
Octal 355 334 37
Decimal 237 220 31
Hex ED DC 1F

RGB Percentages of Color #eddc1f

%48.57
%45.08
%6.35

CMYK Percentages of Color #eddc1f

%0
%7
%87
%7

Triadic Colors of #eddc1f

#eddc1f #1feddc #dc1fed

Analogous Colors of #eddc1f

#eddc1f #97ed1f #ed751f

Monochromatic Colors of #eddc1f

#eddc1f

Complementary Color

#eddc1f #1f30ed

#eddc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc1f Color CSS Codes

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

#eddc1f Text Font Color

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

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


#eddc1f Background Color

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

This div background color is #eddc1f


#eddc1f Border Color

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

This div border color is #eddc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc1f


Comments

No comments written yet.

Please login to write comment.