Color Hex Logo

#e2cffe Color Hex

#E2CFFE
(226,207,254)
0 Favorites   0 Comments

Color spaces of #e2cffe

RGB 226207254
HSL0.730.960.90
HSV264°19°100°
CMYK 0.110.190.00   0.00
XYZ71.566267.9502103.1097
Yxy67.95020.29500.2801
Hunter Lab82.431910.7153-16.4604
CIE-Lab85.981515.3006-20.5705

#e2cffe color RGB value is (226,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 11111110
Octal 342 317 376
Decimal 226 207 254
Hex E2 CF FE

RGB Percentages of Color #e2cffe

%32.90
%30.13
%36.97

CMYK Percentages of Color #e2cffe

%11
%19
%0
%0

Triadic Colors of #e2cffe

#e2cffe #fee2cf #cffee2

Analogous Colors of #e2cffe

#e2cffe #facffe #cfd4fe

Monochromatic Colors of #e2cffe

#e2cffe

Complementary Color

#e2cffe #ebfecf

#e2cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cffe Color CSS Codes

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

#e2cffe Text Font Color

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

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


#e2cffe Background Color

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

This div background color is #e2cffe


#e2cffe Border Color

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

This div border color is #e2cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cffe


Comments

No comments written yet.

Please login to write comment.