Color Hex Logo

#e8dbec Color Hex

#E8DBEC
(232,219,236)
0 Favorites   0 Comments

Color spaces of #e8dbec

RGB 232219236
HSL0.790.310.89
HSV286°93°
CMYK 0.020.070.00   0.07
XYZ73.750673.875089.7291
Yxy73.87500.31070.3112
Hunter Lab85.95062.7499-1.7311
CIE-Lab88.86347.4606-6.7096

#e8dbec color RGB value is (232,219,236).

#e8dbec hex color red value is 232, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e8dbec hue: 0.79 , saturation: 0.31 and the lightness value of e8dbec is 0.89.

The process color (four color CMYK) of #e8dbec color hex is 0.02, 0.07, 0.00, 0.07. Web safe color of #e8dbec is #ffccff. Color #e8dbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011011 11101100
Octal 350 333 354
Decimal 232 219 236
Hex E8 DB EC

RGB Percentages of Color #e8dbec

%33.77
%31.88
%34.35

CMYK Percentages of Color #e8dbec

%2
%7
%0
%7

Triadic Colors of #e8dbec

#e8dbec #ece8db #dbece8

Analogous Colors of #e8dbec

#e8dbec #ecdbe8 #e0dbec

Monochromatic Colors of #e8dbec

#e8dbec

Complementary Color

#e8dbec #dfecdb

#e8dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dbec Color CSS Codes

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

#e8dbec Text Font Color

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

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


#e8dbec Background Color

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

This div background color is #e8dbec


#e8dbec Border Color

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

This div border color is #e8dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dbec


Comments

No comments written yet.

Please login to write comment.