Color Hex Logo

#eec1fe Color Hex

#EEC1FE
(238,193,254)
0 Favorites   0 Comments

Color spaces of #eec1fe

RGB 238193254
HSL0.790.970.88
HSV284°24°100°
CMYK 0.060.240.00   0.00
XYZ72.219363.4728102.2110
Yxy63.47280.30360.2668
Hunter Lab79.669822.3850-20.2962
CIE-Lab83.690526.5552-23.9483

#eec1fe color RGB value is (238,193,254).

#eec1fe hex color red value is 238, green value is 193 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eec1fe hue: 0.79 , saturation: 0.97 and the lightness value of eec1fe is 0.88.

The process color (four color CMYK) of #eec1fe color hex is 0.06, 0.24, 0.00, 0.00. Web safe color of #eec1fe is #ffccff. Color #eec1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 11111110
Octal 356 301 376
Decimal 238 193 254
Hex EE C1 FE

RGB Percentages of Color #eec1fe

%34.74
%28.18
%37.08

CMYK Percentages of Color #eec1fe

%6
%24
%0
%0

Triadic Colors of #eec1fe

#eec1fe #feeec1 #c1feee

Analogous Colors of #eec1fe

#eec1fe #fec1f0 #d0c1fe

Monochromatic Colors of #eec1fe

#eec1fe

Complementary Color

#eec1fe #d1fec1

#eec1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec1fe Color CSS Codes

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

#eec1fe Text Font Color

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

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


#eec1fe Background Color

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

This div background color is #eec1fe


#eec1fe Border Color

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

This div border color is #eec1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.