Color Hex Logo

#e0cffe Color Hex

#E0CFFE
(224,207,254)
0 Favorites   0 Comments

Color spaces of #e0cffe

RGB 224207254
HSL0.730.960.90
HSV262°19°100°
CMYK 0.120.190.00   0.00
XYZ70.942767.6287103.0805
Yxy67.62870.29360.2799
Hunter Lab82.236710.0715-16.7521
CIE-Lab85.820414.6701-20.8297

#e0cffe color RGB value is (224,207,254).

#e0cffe hex color red value is 224, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e0cffe hue: 0.73 , saturation: 0.96 and the lightness value of e0cffe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001111 11111110
Octal 340 317 376
Decimal 224 207 254
Hex E0 CF FE

RGB Percentages of Color #e0cffe

%32.70
%30.22
%37.08

CMYK Percentages of Color #e0cffe

%12
%19
%0
%0

Triadic Colors of #e0cffe

#e0cffe #fee0cf #cffee0

Analogous Colors of #e0cffe

#e0cffe #f8cffe #cfd6fe

Monochromatic Colors of #e0cffe

#e0cffe

Complementary Color

#e0cffe #edfecf

#e0cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cffe Color CSS Codes

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

#e0cffe Text Font Color

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

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


#e0cffe Background Color

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

This div background color is #e0cffe


#e0cffe Border Color

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

This div border color is #e0cffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,207,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cffe


Comments

No comments written yet.

Please login to write comment.