Color Hex Logo

#e1cefe Color Hex

#E1CEFE
(225,206,254)
0 Favorites   0 Comments

Color spaces of #e1cefe

RGB 225206254
HSL0.730.960.90
HSV264°19°100°
CMYK 0.110.190.00   0.00
XYZ71.012067.3059103.0145
Yxy67.30590.29420.2789
Hunter Lab82.040210.9350-17.0199
CIE-Lab85.658215.5171-21.0675

#e1cefe color RGB value is (225,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001110 11111110
Octal 341 316 376
Decimal 225 206 254
Hex E1 CE FE

RGB Percentages of Color #e1cefe

%32.85
%30.07
%37.08

CMYK Percentages of Color #e1cefe

%11
%19
%0
%0

Triadic Colors of #e1cefe

#e1cefe #fee1ce #cefee1

Analogous Colors of #e1cefe

#e1cefe #f9cefe #ced3fe

Monochromatic Colors of #e1cefe

#e1cefe

Complementary Color

#e1cefe #ebfece

#e1cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cefe Color CSS Codes

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

#e1cefe Text Font Color

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

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


#e1cefe Background Color

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

This div background color is #e1cefe


#e1cefe Border Color

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

This div border color is #e1cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cefe


Comments

No comments written yet.

Please login to write comment.