Color Hex Logo

#eec4fe Color Hex

#EEC4FE
(238,196,254)
0 Favorites   0 Comments

Color spaces of #eec4fe

RGB 238196254
HSL0.790.970.88
HSV283°23°100°
CMYK 0.060.230.00   0.00
XYZ72.889264.8128102.4344
Yxy64.81280.30350.2699
Hunter Lab80.506420.7248-19.0847
CIE-Lab84.387224.9587-22.8897

#eec4fe color RGB value is (238,196,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11111110
Octal 356 304 376
Decimal 238 196 254
Hex EE C4 FE

RGB Percentages of Color #eec4fe

%34.59
%28.49
%36.92

CMYK Percentages of Color #eec4fe

%6
%23
%0
%0

Triadic Colors of #eec4fe

#eec4fe #feeec4 #c4feee

Analogous Colors of #eec4fe

#eec4fe #fec4f1 #d1c4fe

Monochromatic Colors of #eec4fe

#eec4fe

Complementary Color

#eec4fe #d4fec4

#eec4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4fe Color CSS Codes

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

#eec4fe Text Font Color

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

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


#eec4fe Background Color

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

This div background color is #eec4fe


#eec4fe Border Color

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

This div border color is #eec4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4fe


Comments

No comments written yet.

Please login to write comment.