Color Hex Logo

#e7dbec Color Hex

#E7DBEC
(231,219,236)
0 Favorites   0 Comments

Color spaces of #e7dbec

RGB 231219236
HSL0.780.310.89
HSV282°93°
CMYK 0.020.070.00   0.07
XYZ73.426873.708189.7140
Yxy73.70810.31000.3112
Hunter Lab85.85342.4200-1.8587
CIE-Lab88.78437.1278-6.8354

#e7dbec color RGB value is (231,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011011 11101100
Octal 347 333 354
Decimal 231 219 236
Hex E7 DB EC

RGB Percentages of Color #e7dbec

%33.67
%31.92
%34.40

CMYK Percentages of Color #e7dbec

%2
%7
%0
%7

Triadic Colors of #e7dbec

#e7dbec #ece7db #dbece7

Analogous Colors of #e7dbec

#e7dbec #ecdbe9 #dfdbec

Monochromatic Colors of #e7dbec

#e7dbec

Complementary Color

#e7dbec #e0ecdb

#e7dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dbec Color CSS Codes

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

#e7dbec Text Font Color

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

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


#e7dbec Background Color

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

This div background color is #e7dbec


#e7dbec Border Color

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

This div border color is #e7dbec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e7dbec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dbec


Comments

No comments written yet.

Please login to write comment.