color codes Logo

#eeda8d color codes

#EEDA8D
(238,218,141)
0 Favorites   0 Comments

Color spaces of #eeda8d

RGB 238218141
HSL0.130.740.74
HSV48°41°93°
CMYK 0.000.080.41   0.07
XYZ65.139070.243035.3244
Yxy70.24300.38160.4115
Hunter Lab83.8111-7.937133.6784
CIE-Lab87.1159-3.635440.3603

#eeda8d color RGB value is (238,218,141).

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

The process color (four color CMYK) of #eeda8d color code is 0.00, 0.08, 0.41, 0.07. Web safe color of #eeda8d is #ffcc99. Color #eeda8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10001101
Octal 356 332 215
Decimal 238 218 141
Hex EE DA 8D

RGB Percentages of Color #eeda8d

%39.87
%36.52
%23.62

CMYK Percentages of Color #eeda8d

%0
%8
%41
%7

Triadic Colors of #eeda8d

#eeda8d #8deeda #da8dee

Analogous Colors of #eeda8d

#eeda8d #d2ee8d #eeaa8d

Monochromatic Colors of #eeda8d

#eeda8d

Complementary Color

#eeda8d #8da1ee

#eeda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda8d Color CSS Codes

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

#eeda8d Text Font Color

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

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


#eeda8d Background Color

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

This div background color is #eeda8d


#eeda8d Border Color

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

This div border color is #eeda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda8d


Comments

No comments written yet.

Please login to write comment.