Color Hex Logo

#eddc78 Color Hex

#EDDC78
(237,220,120)
0 Favorites   0 Comments

Color spaces of #eddc78

RGB 237220120
HSL0.140.760.70
HSV51°49°93°
CMYK 0.000.070.49   0.07
XYZ63.908470.547028.0179
Yxy70.54700.39330.4342
Hunter Lab83.9923-11.168639.0168
CIE-Lab87.2645-7.069350.8320

#eddc78 color RGB value is (237,220,120).

#eddc78 hex color red value is 237, green value is 220 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #eddc78 hue: 0.14 , saturation: 0.76 and the lightness value of eddc78 is 0.70.

The process color (four color CMYK) of #eddc78 color hex is 0.00, 0.07, 0.49, 0.07. Web safe color of #eddc78 is #ffcc66. Color #eddc78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 01111000
Octal 355 334 170
Decimal 237 220 120
Hex ED DC 78

RGB Percentages of Color #eddc78

%41.07
%38.13
%20.80

CMYK Percentages of Color #eddc78

%0
%7
%49
%7

Triadic Colors of #eddc78

#eddc78 #78eddc #dc78ed

Analogous Colors of #eddc78

#eddc78 #c4ed78 #eda278

Monochromatic Colors of #eddc78

#eddc78

Complementary Color

#eddc78 #7889ed

#eddc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc78 Color CSS Codes

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

#eddc78 Text Font Color

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

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


#eddc78 Background Color

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

This div background color is #eddc78


#eddc78 Border Color

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

This div border color is #eddc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc78


Comments

No comments written yet.

Please login to write comment.