Color Hex Logo

#eedc76 Color Hex

#EEDC76
(238,220,118)
0 Favorites   0 Comments

Color spaces of #eedc76

RGB 238220118
HSL0.140.780.70
HSV51°50°93°
CMYK 0.000.080.50   0.07
XYZ64.123170.671527.4009
Yxy70.67150.39530.4357
Hunter Lab84.0663-10.962039.5212
CIE-Lab87.3252-6.841151.8774

#eedc76 color RGB value is (238,220,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 01110110
Octal 356 334 166
Decimal 238 220 118
Hex EE DC 76

RGB Percentages of Color #eedc76

%41.32
%38.19
%20.49

CMYK Percentages of Color #eedc76

%0
%8
%50
%7

Triadic Colors of #eedc76

#eedc76 #76eedc #dc76ee

Analogous Colors of #eedc76

#eedc76 #c4ee76 #eea076

Monochromatic Colors of #eedc76

#eedc76

Complementary Color

#eedc76 #7688ee

#eedc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc76 Color CSS Codes

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

#eedc76 Text Font Color

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

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


#eedc76 Background Color

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

This div background color is #eedc76


#eedc76 Border Color

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

This div border color is #eedc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc76


Comments

No comments written yet.

Please login to write comment.