Color Hex Logo

#eec4fa Color Hex

#EEC4FA
(238,196,250)
0 Favorites   0 Comments

Color spaces of #eec4fa

RGB 238196250
HSL0.800.840.87
HSV287°22°98°
CMYK 0.050.220.00   0.02
XYZ72.255164.559199.0954
Yxy64.55910.30630.2737
Hunter Lab80.348719.9094-16.8793
CIE-Lab84.256024.1930-20.9629

#eec4fa color RGB value is (238,196,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11111010
Octal 356 304 372
Decimal 238 196 250
Hex EE C4 FA

RGB Percentages of Color #eec4fa

%34.80
%28.65
%36.55

CMYK Percentages of Color #eec4fa

%5
%22
%0
%2

Triadic Colors of #eec4fa

#eec4fa #faeec4 #c4faee

Analogous Colors of #eec4fa

#eec4fa #fac4eb #d3c4fa

Monochromatic Colors of #eec4fa

#eec4fa

Complementary Color

#eec4fa #d0fac4

#eec4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4fa Color CSS Codes

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

#eec4fa Text Font Color

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

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


#eec4fa Background Color

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

This div background color is #eec4fa


#eec4fa Border Color

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

This div border color is #eec4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4fa


Comments

No comments written yet.

Please login to write comment.