Color Hex Logo

#eeda91 Color Hex

#EEDA91
(238,218,145)
0 Favorites   0 Comments

Color spaces of #eeda91

RGB 238218145
HSL0.130.730.75
HSV47°39°93°
CMYK 0.000.080.39   0.07
XYZ65.442170.364336.9206
Yxy70.36430.37890.4074
Hunter Lab83.8834-7.538332.6224
CIE-Lab87.1752-3.208438.4230

#eeda91 color RGB value is (238,218,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10010001
Octal 356 332 221
Decimal 238 218 145
Hex EE DA 91

RGB Percentages of Color #eeda91

%39.60
%36.27
%24.13

CMYK Percentages of Color #eeda91

%0
%8
%39
%7

Triadic Colors of #eeda91

#eeda91 #91eeda #da91ee

Analogous Colors of #eeda91

#eeda91 #d4ee91 #eeac91

Monochromatic Colors of #eeda91

#eeda91

Complementary Color

#eeda91 #91a5ee

#eeda91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda91 Color CSS Codes

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

#eeda91 Text Font Color

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

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


#eeda91 Background Color

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

This div background color is #eeda91


#eeda91 Border Color

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

This div border color is #eeda91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda91


Comments

No comments written yet.

Please login to write comment.