Color Hex Logo

#eeccfe Color Hex

#EECCFE
(238,204,254)
0 Favorites   0 Comments

Color spaces of #eeccfe

RGB 238204254
HSL0.780.960.90
HSV281°20°100°
CMYK 0.060.200.00   0.00
XYZ74.742268.5186103.0520
Yxy68.51860.30340.2782
Hunter Lab82.776016.3179-15.8700
CIE-Lab86.265120.7100-20.0450

#eeccfe color RGB value is (238,204,254).

#eeccfe hex color red value is 238, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eeccfe hue: 0.78 , saturation: 0.96 and the lightness value of eeccfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 11111110
Octal 356 314 376
Decimal 238 204 254
Hex EE CC FE

RGB Percentages of Color #eeccfe

%34.20
%29.31
%36.49

CMYK Percentages of Color #eeccfe

%6
%20
%0
%0

Triadic Colors of #eeccfe

#eeccfe #feeecc #ccfeee

Analogous Colors of #eeccfe

#eeccfe #feccf5 #d5ccfe

Monochromatic Colors of #eeccfe

#eeccfe

Complementary Color

#eeccfe #dcfecc

#eeccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeccfe Color CSS Codes

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

#eeccfe Text Font Color

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

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


#eeccfe Background Color

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

This div background color is #eeccfe


#eeccfe Border Color

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

This div border color is #eeccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeccfe


Comments

No comments written yet.

Please login to write comment.