Color Hex Logo

#eec6fa Color Hex

#EEC6FA
(238,198,250)
0 Favorites   0 Comments

Color spaces of #eec6fa

RGB 238198250
HSL0.790.840.88
HSV286°21°98°
CMYK 0.050.210.00   0.02
XYZ72.709365.467499.2468
Yxy65.46740.30620.2757
Hunter Lab80.911918.8083-16.0869
CIE-Lab84.724023.1300-20.2547

#eec6fa color RGB value is (238,198,250).

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

The process color (four color CMYK) of #eec6fa color hex is 0.05, 0.21, 0.00, 0.02. Web safe color of #eec6fa is #ffccff. Color #eec6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 11111010
Octal 356 306 372
Decimal 238 198 250
Hex EE C6 FA

RGB Percentages of Color #eec6fa

%34.69
%28.86
%36.44

CMYK Percentages of Color #eec6fa

%5
%21
%0
%2

Triadic Colors of #eec6fa

#eec6fa #faeec6 #c6faee

Analogous Colors of #eec6fa

#eec6fa #fac6ec #d4c6fa

Monochromatic Colors of #eec6fa

#eec6fa

Complementary Color

#eec6fa #d2fac6

#eec6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec6fa Color CSS Codes

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

#eec6fa Text Font Color

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

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


#eec6fa Background Color

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

This div background color is #eec6fa


#eec6fa Border Color

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

This div border color is #eec6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.