Color Hex Logo

#eeda84 Color Hex

#EEDA84
(238,218,132)
0 Favorites   0 Comments

Color spaces of #eeda84

RGB 238218132
HSL0.140.760.73
HSV49°45°93°
CMYK 0.000.080.45   0.07
XYZ64.496269.985931.9391
Yxy69.98590.38750.4205
Hunter Lab83.6576-8.785335.9243
CIE-Lab86.9899-4.547344.6814

#eeda84 color RGB value is (238,218,132).

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

The process color (four color CMYK) of #eeda84 color hex is 0.00, 0.08, 0.45, 0.07. Web safe color of #eeda84 is #ffcc99. Color #eeda84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10000100
Octal 356 332 204
Decimal 238 218 132
Hex EE DA 84

RGB Percentages of Color #eeda84

%40.48
%37.07
%22.45

CMYK Percentages of Color #eeda84

%0
%8
%45
%7

Triadic Colors of #eeda84

#eeda84 #84eeda #da84ee

Analogous Colors of #eeda84

#eeda84 #cdee84 #eea584

Monochromatic Colors of #eeda84

#eeda84

Complementary Color

#eeda84 #8498ee

#eeda84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda84 Color CSS Codes

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

#eeda84 Text Font Color

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

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


#eeda84 Background Color

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

This div background color is #eeda84


#eeda84 Border Color

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

This div border color is #eeda84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda84


Comments

No comments written yet.

Please login to write comment.