Color Hex Logo

#eeda79 Color Hex

#EEDA79
(238,218,121)
0 Favorites   0 Comments

Color spaces of #eeda79

RGB 238218121
HSL0.140.770.70
HSV50°49°93°
CMYK 0.000.080.49   0.07
XYZ63.782569.700428.1810
Yxy69.70040.39450.4311
Hunter Lab83.4868-9.730838.4274
CIE-Lab86.8497-5.569549.8706

#eeda79 color RGB value is (238,218,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01111001
Octal 356 332 171
Decimal 238 218 121
Hex EE DA 79

RGB Percentages of Color #eeda79

%41.25
%37.78
%20.97

CMYK Percentages of Color #eeda79

%0
%8
%49
%7

Triadic Colors of #eeda79

#eeda79 #79eeda #da79ee

Analogous Colors of #eeda79

#eeda79 #c8ee79 #eea079

Monochromatic Colors of #eeda79

#eeda79

Complementary Color

#eeda79 #798dee

#eeda79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda79 Color CSS Codes

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

#eeda79 Text Font Color

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

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


#eeda79 Background Color

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

This div background color is #eeda79


#eeda79 Border Color

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

This div border color is #eeda79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda79


Comments

No comments written yet.

Please login to write comment.