Color Hex Logo

#eeda6a Color Hex

#EEDA6A
(238,218,106)
3 Favorites   0 Comments

Color spaces of #eeda6a

RGB 238218106
HSL0.140.800.67
HSV51°55°93°
CMYK 0.000.080.55   0.07
XYZ62.932869.360623.7067
Yxy69.36060.40340.4446
Hunter Lab83.2830-10.861841.4211
CIE-Lab86.6823-6.800556.7196

#eeda6a color RGB value is (238,218,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01101010
Octal 356 332 152
Decimal 238 218 106
Hex EE DA 6A

RGB Percentages of Color #eeda6a

%42.35
%38.79
%18.86

CMYK Percentages of Color #eeda6a

%0
%8
%55
%7

Triadic Colors of #eeda6a

#eeda6a #6aeeda #da6aee

Analogous Colors of #eeda6a

#eeda6a #c0ee6a #ee986a

Monochromatic Colors of #eeda6a

#eeda6a

Complementary Color

#eeda6a #6a7eee

#eeda6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda6a Color CSS Codes

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

#eeda6a Text Font Color

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

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


#eeda6a Background Color

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

This div background color is #eeda6a


#eeda6a Border Color

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

This div border color is #eeda6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda6a


Comments

No comments written yet.

Please login to write comment.