Color Hex Logo

#e3dd8d Color Hex

#E3DD8D
(227,221,141)
0 Favorites   0 Comments

Color spaces of #e3dd8d

RGB 227221141
HSL0.160.610.72
HSV56°38°89°
CMYK 0.000.030.38   0.11
XYZ62.342769.966935.4184
Yxy69.96690.37170.4171
Hunter Lab83.6462-13.342333.4471
CIE-Lab86.9806-9.452840.0052

#e3dd8d color RGB value is (227,221,141).

#e3dd8d hex color red value is 227, green value is 221 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e3dd8d hue: 0.16 , saturation: 0.61 and the lightness value of e3dd8d is 0.72.

The process color (four color CMYK) of #e3dd8d color hex is 0.00, 0.03, 0.38, 0.11. Web safe color of #e3dd8d is #cccc99. Color #e3dd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011101 10001101
Octal 343 335 215
Decimal 227 221 141
Hex E3 DD 8D

RGB Percentages of Color #e3dd8d

%38.54
%37.52
%23.94

CMYK Percentages of Color #e3dd8d

%0
%3
%38
%11

Triadic Colors of #e3dd8d

#e3dd8d #8de3dd #dd8de3

Analogous Colors of #e3dd8d

#e3dd8d #bee38d #e3b28d

Monochromatic Colors of #e3dd8d

#e3dd8d

Complementary Color

#e3dd8d #8d93e3

#e3dd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dd8d Color CSS Codes

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

#e3dd8d Text Font Color

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

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


#e3dd8d Background Color

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

This div background color is #e3dd8d


#e3dd8d Border Color

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

This div border color is #e3dd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3dd8d


Comments

No comments written yet.

Please login to write comment.