Color Hex Logo

#e0cfec Color Hex

#E0CFEC
(224,207,236)
0 Favorites   0 Comments

Color spaces of #e0cfec

RGB 224207236
HSL0.760.430.87
HSV275°12°93°
CMYK 0.050.120.00   0.07
XYZ68.193666.529188.6041
Yxy66.52910.30540.2979
Hunter Lab81.56546.4974-7.3107
CIE-Lab85.265611.1259-12.1258

#e0cfec color RGB value is (224,207,236).

#e0cfec hex color red value is 224, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e0cfec hue: 0.76 , saturation: 0.43 and the lightness value of e0cfec is 0.87.

The process color (four color CMYK) of #e0cfec color hex is 0.05, 0.12, 0.00, 0.07. Web safe color of #e0cfec is #ccccff. Color #e0cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 11101100
Octal 340 317 354
Decimal 224 207 236
Hex E0 CF EC

RGB Percentages of Color #e0cfec

%33.58
%31.03
%35.38

CMYK Percentages of Color #e0cfec

%5
%12
%0
%7

Triadic Colors of #e0cfec

#e0cfec #ece0cf #cfece0

Analogous Colors of #e0cfec

#e0cfec #eccfea #d2cfec

Monochromatic Colors of #e0cfec

#e0cfec

Complementary Color

#e0cfec #dbeccf

#e0cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cfec Color CSS Codes

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

#e0cfec Text Font Color

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

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


#e0cfec Background Color

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

This div background color is #e0cfec


#e0cfec Border Color

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

This div border color is #e0cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cfec


Comments

No comments written yet.

Please login to write comment.