Color Hex Logo

#eddc3f Color Hex

#EDDC3F
(237,220,63)
0 Favorites   0 Comments

Color spaces of #eddc3f

RGB 23722063
HSL0.150.830.59
HSV54°73°93°
CMYK 0.000.070.73   0.07
XYZ61.415569.549814.8901
Yxy69.54980.42110.4768
Hunter Lab83.3965-14.491647.7916
CIE-Lab86.7756-10.733474.1585

#eddc3f color RGB value is (237,220,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00111111
Octal 355 334 77
Decimal 237 220 63
Hex ED DC 3F

RGB Percentages of Color #eddc3f

%45.58
%42.31
%12.12

CMYK Percentages of Color #eddc3f

%0
%7
%73
%7

Triadic Colors of #eddc3f

#eddc3f #3feddc #dc3fed

Analogous Colors of #eddc3f

#eddc3f #a7ed3f #ed853f

Monochromatic Colors of #eddc3f

#eddc3f

Complementary Color

#eddc3f #3f50ed

#eddc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc3f Color CSS Codes

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

#eddc3f Text Font Color

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

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


#eddc3f Background Color

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

This div background color is #eddc3f


#eddc3f Border Color

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

This div border color is #eddc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc3f


Comments

No comments written yet.

Please login to write comment.