Color Hex Logo

#eec9ff Color Hex

#EEC9FF
(238,201,255)
1 Favorites   0 Comments

Color spaces of #eec9ff

RGB 238201255
HSL0.781.000.89
HSV281°21°100°
CMYK 0.070.210.00   0.00
XYZ74.196567.1704103.6624
Yxy67.17040.30280.2741
Hunter Lab81.957518.1711-17.6215
CIE-Lab85.589922.4944-21.5960

#eec9ff color RGB value is (238,201,255).

#eec9ff hex color red value is 238, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eec9ff hue: 0.78 , saturation: 1.00 and the lightness value of eec9ff is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 11111111
Octal 356 311 377
Decimal 238 201 255
Hex EE C9 FF

RGB Percentages of Color #eec9ff

%34.29
%28.96
%36.74

CMYK Percentages of Color #eec9ff

%7
%21
%0
%0

Triadic Colors of #eec9ff

#eec9ff #ffeec9 #c9ffee

Analogous Colors of #eec9ff

#eec9ff #ffc9f5 #d3c9ff

Monochromatic Colors of #eec9ff

#eec9ff

Complementary Color

#eec9ff #daffc9

#eec9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9ff Color CSS Codes

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

#eec9ff Text Font Color

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

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


#eec9ff Background Color

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

This div background color is #eec9ff


#eec9ff Border Color

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

This div border color is #eec9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9ff

Related Colors

#eec9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.