Color Hex Logo

#eddc77 Color Hex

#EDDC77
(237,220,119)
0 Favorites   0 Comments

Color spaces of #eddc77

RGB 237220119
HSL0.140.770.70
HSV51°50°93°
CMYK 0.000.070.50   0.07
XYZ63.848070.522827.6999
Yxy70.52280.39400.4351
Hunter Lab83.9779-11.248539.2278
CIE-Lab87.2526-7.156551.2947

#eddc77 color RGB value is (237,220,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 01110111
Octal 355 334 167
Decimal 237 220 119
Hex ED DC 77

RGB Percentages of Color #eddc77

%41.15
%38.19
%20.66

CMYK Percentages of Color #eddc77

%0
%7
%50
%7

Triadic Colors of #eddc77

#eddc77 #77eddc #dc77ed

Analogous Colors of #eddc77

#eddc77 #c3ed77 #eda177

Monochromatic Colors of #eddc77

#eddc77

Complementary Color

#eddc77 #7788ed

#eddc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc77 Color CSS Codes

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

#eddc77 Text Font Color

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

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


#eddc77 Background Color

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

This div background color is #eddc77


#eddc77 Border Color

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

This div border color is #eddc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc77


Comments

No comments written yet.

Please login to write comment.