Color Hex Logo

#eedb8d Color Hex

#EEDB8D
(238,219,141)
0 Favorites   0 Comments

Color spaces of #eedb8d

RGB 238219141
HSL0.130.740.74
HSV48°41°93°
CMYK 0.000.080.41   0.07
XYZ65.399170.763335.4111
Yxy70.76330.38120.4124
Hunter Lab84.1209-8.438333.9262
CIE-Lab87.3699-4.144140.6858

#eedb8d color RGB value is (238,219,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10001101
Octal 356 333 215
Decimal 238 219 141
Hex EE DB 8D

RGB Percentages of Color #eedb8d

%39.80
%36.62
%23.58

CMYK Percentages of Color #eedb8d

%0
%8
%41
%7

Triadic Colors of #eedb8d

#eedb8d #8deedb #db8dee

Analogous Colors of #eedb8d

#eedb8d #d1ee8d #eeab8d

Monochromatic Colors of #eedb8d

#eedb8d

Complementary Color

#eedb8d #8da0ee

#eedb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb8d Color CSS Codes

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

#eedb8d Text Font Color

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

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


#eedb8d Background Color

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

This div background color is #eedb8d


#eedb8d Border Color

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

This div border color is #eedb8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,219,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 #eedb8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb8d


Comments

No comments written yet.

Please login to write comment.