Color Hex Logo

#e4dbea Color Hex

#E4DBEA
(228,219,234)
0 Favorites   0 Comments

Color spaces of #e4dbea

RGB 228219234
HSL0.770.260.89
HSV276°92°
CMYK 0.030.060.00   0.08
XYZ72.177773.097588.1470
Yxy73.09750.30920.3132
Hunter Lab85.49711.0720-1.2797
CIE-Lab88.49425.7621-6.2376

#e4dbea color RGB value is (228,219,234).

#e4dbea hex color red value is 228, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e4dbea hue: 0.77 , saturation: 0.26 and the lightness value of e4dbea is 0.89.

The process color (four color CMYK) of #e4dbea color hex is 0.03, 0.06, 0.00, 0.08. Web safe color of #e4dbea is #ccccff. Color #e4dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011011 11101010
Octal 344 333 352
Decimal 228 219 234
Hex E4 DB EA

RGB Percentages of Color #e4dbea

%33.48
%32.16
%34.36

CMYK Percentages of Color #e4dbea

%3
%6
%0
%8

Triadic Colors of #e4dbea

#e4dbea #eae4db #dbeae4

Analogous Colors of #e4dbea

#e4dbea #eadbe9 #dddbea

Monochromatic Colors of #e4dbea

#e4dbea

Complementary Color

#e4dbea #e1eadb

#e4dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dbea Color CSS Codes

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

#e4dbea Text Font Color

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

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


#e4dbea Background Color

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

This div background color is #e4dbea


#e4dbea Border Color

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

This div border color is #e4dbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,219,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dbea

#e4dbea Color Palettes


Comments

No comments written yet.

Please login to write comment.