Color Hex Logo

#eddc1d Color Hex

#EDDC1D
(237,220,29)
0 Favorites   0 Comments

Color spaces of #eddc1d

RGB 23722029
HSL0.150.850.52
HSV55°88°93°
CMYK 0.000.070.88   0.07
XYZ60.740069.279611.3334
Yxy69.27960.42970.4901
Hunter Lab83.2344-15.400450.1910
CIE-Lab86.6423-11.749682.8896

#eddc1d color RGB value is (237,220,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00011101
Octal 355 334 35
Decimal 237 220 29
Hex ED DC 1D

RGB Percentages of Color #eddc1d

%48.77
%45.27
%5.97

CMYK Percentages of Color #eddc1d

%0
%7
%88
%7

Triadic Colors of #eddc1d

#eddc1d #1deddc #dc1ded

Analogous Colors of #eddc1d

#eddc1d #96ed1d #ed741d

Monochromatic Colors of #eddc1d

#eddc1d

Complementary Color

#eddc1d #1d2eed

#eddc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc1d Color CSS Codes

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

#eddc1d Text Font Color

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

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


#eddc1d Background Color

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

This div background color is #eddc1d


#eddc1d Border Color

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

This div border color is #eddc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc1d


Comments

No comments written yet.

Please login to write comment.