Color Hex Logo

#eddd78 Color Hex

#EDDD78
(237,221,120)
0 Favorites   0 Comments

Color spaces of #eddd78

RGB 237221120
HSL0.140.760.70
HSV52°49°93°
CMYK 0.000.070.49   0.07
XYZ64.171771.073528.1056
Yxy71.07350.39280.4351
Hunter Lab84.3051-11.662639.2475
CIE-Lab87.5207-7.573251.1412

#eddd78 color RGB value is (237,221,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 01111000
Octal 355 335 170
Decimal 237 221 120
Hex ED DD 78

RGB Percentages of Color #eddd78

%41.00
%38.24
%20.76

CMYK Percentages of Color #eddd78

%0
%7
%49
%7

Triadic Colors of #eddd78

#eddd78 #78eddd #dd78ed

Analogous Colors of #eddd78

#eddd78 #c3ed78 #eda378

Monochromatic Colors of #eddd78

#eddd78

Complementary Color

#eddd78 #7888ed

#eddd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd78 Color CSS Codes

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

#eddd78 Text Font Color

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

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


#eddd78 Background Color

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

This div background color is #eddd78


#eddd78 Border Color

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

This div border color is #eddd78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,221,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 #eddd78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd78


Comments

No comments written yet.

Please login to write comment.