Color Hex Logo

#e7cdec Color Hex

#E7CDEC
(231,205,236)
0 Favorites   0 Comments

Color spaces of #e7cdec

RGB 231205236
HSL0.810.450.86
HSV290°13°93°
CMYK 0.020.130.00   0.07
XYZ69.926666.707788.5472
Yxy66.70770.31050.2962
Hunter Lab81.67489.8935-7.1065
CIE-Lab85.356114.4957-11.9297

#e7cdec color RGB value is (231,205,236).

#e7cdec hex color red value is 231, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e7cdec hue: 0.81 , saturation: 0.45 and the lightness value of e7cdec is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001101 11101100
Octal 347 315 354
Decimal 231 205 236
Hex E7 CD EC

RGB Percentages of Color #e7cdec

%34.38
%30.51
%35.12

CMYK Percentages of Color #e7cdec

%2
%13
%0
%7

Triadic Colors of #e7cdec

#e7cdec #ece7cd #cdece7

Analogous Colors of #e7cdec

#e7cdec #eccde2 #d8cdec

Monochromatic Colors of #e7cdec

#e7cdec

Complementary Color

#e7cdec #d2eccd

#e7cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cdec Color CSS Codes

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

#e7cdec Text Font Color

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

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


#e7cdec Background Color

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

This div background color is #e7cdec


#e7cdec Border Color

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

This div border color is #e7cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cdec


Comments

No comments written yet.

Please login to write comment.