Color Hex Logo

#e5ddb5 Color Hex

#E5DDB5
(229,221,181)
0 Favorites   0 Comments

Color spaces of #e5ddb5

RGB 229221181
HSL0.140.480.80
HSV50°21°90°
CMYK 0.000.030.21   0.10
XYZ66.510071.707154.0515
Yxy71.70710.34590.3730
Hunter Lab84.6800-7.991321.4311
CIE-Lab87.8274-3.630920.6526

#e5ddb5 color RGB value is (229,221,181).

#e5ddb5 hex color red value is 229, green value is 221 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #e5ddb5 hue: 0.14 , saturation: 0.48 and the lightness value of e5ddb5 is 0.80.

The process color (four color CMYK) of #e5ddb5 color hex is 0.00, 0.03, 0.21, 0.10. Web safe color of #e5ddb5 is #cccccc. Color #e5ddb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011101 10110101
Octal 345 335 265
Decimal 229 221 181
Hex E5 DD B5

RGB Percentages of Color #e5ddb5

%36.29
%35.02
%28.68

CMYK Percentages of Color #e5ddb5

%0
%3
%21
%10

Triadic Colors of #e5ddb5

#e5ddb5 #b5e5dd #ddb5e5

Analogous Colors of #e5ddb5

#e5ddb5 #d5e5b5 #e5c5b5

Monochromatic Colors of #e5ddb5

#e5ddb5

Complementary Color

#e5ddb5 #b5bde5

#e5ddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ddb5 Color CSS Codes

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

#e5ddb5 Text Font Color

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

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


#e5ddb5 Background Color

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

This div background color is #e5ddb5


#e5ddb5 Border Color

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

This div border color is #e5ddb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,221,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ddb5


Comments

No comments written yet.

Please login to write comment.