Color Hex Logo

#eec6fc Color Hex

#EEC6FC
(238,198,252)
0 Favorites   0 Comments

Color spaces of #eec6fc

RGB 238198252
HSL0.790.900.88
HSV284°21°99°
CMYK 0.060.210.00   0.01
XYZ73.024765.5936100.9075
Yxy65.59360.30490.2738
Hunter Lab80.989919.2126-17.1781
CIE-Lab84.788723.5115-21.2188

#eec6fc color RGB value is (238,198,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 11111100
Octal 356 306 374
Decimal 238 198 252
Hex EE C6 FC

RGB Percentages of Color #eec6fc

%34.59
%28.78
%36.63

CMYK Percentages of Color #eec6fc

%6
%21
%0
%1

Triadic Colors of #eec6fc

#eec6fc #fceec6 #c6fcee

Analogous Colors of #eec6fc

#eec6fc #fcc6ef #d3c6fc

Monochromatic Colors of #eec6fc

#eec6fc

Complementary Color

#eec6fc #d4fcc6

#eec6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec6fc Color CSS Codes

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

#eec6fc Text Font Color

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

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


#eec6fc Background Color

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

This div background color is #eec6fc


#eec6fc Border Color

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

This div border color is #eec6fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,198,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec6fc

Related Colors


Comments

No comments written yet.

Please login to write comment.