Color Hex Logo

#eecdfc Color Hex

#EECDFC
(238,205,252)
0 Favorites   0 Comments

Color spaces of #eecdfc

RGB 238205252
HSL0.780.890.90
HSV282°19°99°
CMYK 0.060.190.00   0.01
XYZ74.661968.8681101.4532
Yxy68.86810.30480.2811
Hunter Lab82.986815.3667-14.3926
CIE-Lab86.438719.7965-18.7249

#eecdfc color RGB value is (238,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11111100
Octal 356 315 374
Decimal 238 205 252
Hex EE CD FC

RGB Percentages of Color #eecdfc

%34.24
%29.50
%36.26

CMYK Percentages of Color #eecdfc

%6
%19
%0
%1

Triadic Colors of #eecdfc

#eecdfc #fceecd #cdfcee

Analogous Colors of #eecdfc

#eecdfc #fccdf3 #d7cdfc

Monochromatic Colors of #eecdfc

#eecdfc

Complementary Color

#eecdfc #dbfccd

#eecdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdfc Color CSS Codes

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

#eecdfc Text Font Color

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

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


#eecdfc Background Color

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

This div background color is #eecdfc


#eecdfc Border Color

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

This div border color is #eecdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdfc


Comments

No comments written yet.

Please login to write comment.