Color Hex Logo

#eec6fe Color Hex

#EEC6FE
(238,198,254)
0 Favorites   0 Comments

Color spaces of #eec6fe

RGB 238198254
HSL0.790.970.89
HSV283°22°100°
CMYK 0.060.220.00   0.00
XYZ73.343465.7211102.5858
Yxy65.72110.30350.2720
Hunter Lab81.068619.6205-18.2788
CIE-Lab84.854023.8954-22.1814

#eec6fe color RGB value is (238,198,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 11111110
Octal 356 306 376
Decimal 238 198 254
Hex EE C6 FE

RGB Percentages of Color #eec6fe

%34.49
%28.70
%36.81

CMYK Percentages of Color #eec6fe

%6
%22
%0
%0

Triadic Colors of #eec6fe

#eec6fe #feeec6 #c6feee

Analogous Colors of #eec6fe

#eec6fe #fec6f2 #d2c6fe

Monochromatic Colors of #eec6fe

#eec6fe

Complementary Color

#eec6fe #d6fec6

#eec6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec6fe Color CSS Codes

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

#eec6fe Text Font Color

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

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


#eec6fe Background Color

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

This div background color is #eec6fe


#eec6fe Border Color

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

This div border color is #eec6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec6fe


Comments

No comments written yet.

Please login to write comment.