Color Hex Logo

#e5dabc Color Hex

#E5DABC
(229,218,188)
0 Favorites   0 Comments

Color spaces of #e5dabc

RGB 229218188
HSL0.120.440.82
HSV44°18°90°
CMYK 0.000.050.18   0.10
XYZ66.461670.431757.6687
Yxy70.43170.34160.3620
Hunter Lab83.9236-5.506818.0050
CIE-Lab87.2082-1.069416.1284

#e5dabc color RGB value is (229,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011010 10111100
Octal 345 332 274
Decimal 229 218 188
Hex E5 DA BC

RGB Percentages of Color #e5dabc

%36.06
%34.33
%29.61

CMYK Percentages of Color #e5dabc

%0
%5
%18
%10

Triadic Colors of #e5dabc

#e5dabc #bce5da #dabce5

Analogous Colors of #e5dabc

#e5dabc #dce5bc #e5c6bc

Monochromatic Colors of #e5dabc

#e5dabc

Complementary Color

#e5dabc #bcc7e5

#e5dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dabc Color CSS Codes

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

#e5dabc Text Font Color

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

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


#e5dabc Background Color

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

This div background color is #e5dabc


#e5dabc Border Color

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

This div border color is #e5dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dabc


Comments

No comments written yet.

Please login to write comment.