Color Hex Logo

#e5dabf Color Hex

#E5DABF
(229,218,191)
0 Favorites   0 Comments

Color spaces of #e5dabf

RGB 229218191
HSL0.120.420.82
HSV43°17°90°
CMYK 0.000.050.17   0.10
XYZ66.788570.562459.3900
Yxy70.56240.33950.3587
Hunter Lab84.0014-5.079416.8823
CIE-Lab87.2720-0.618014.6442

#e5dabf color RGB value is (229,218,191).

#e5dabf hex color red value is 229, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e5dabf hue: 0.12 , saturation: 0.42 and the lightness value of e5dabf is 0.82.

The process color (four color CMYK) of #e5dabf color hex is 0.00, 0.05, 0.17, 0.10. Web safe color of #e5dabf is #cccccc. Color #e5dabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 10111111
Octal 345 332 277
Decimal 229 218 191
Hex E5 DA BF

RGB Percentages of Color #e5dabf

%35.89
%34.17
%29.94

CMYK Percentages of Color #e5dabf

%0
%5
%17
%10

Triadic Colors of #e5dabf

#e5dabf #bfe5da #dabfe5

Analogous Colors of #e5dabf

#e5dabf #dde5bf #e5c7bf

Monochromatic Colors of #e5dabf

#e5dabf

Complementary Color

#e5dabf #bfcae5

#e5dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dabf Color CSS Codes

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

#e5dabf Text Font Color

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

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


#e5dabf Background Color

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

This div background color is #e5dabf


#e5dabf Border Color

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

This div border color is #e5dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dabf


Comments

No comments written yet.

Please login to write comment.