Color Hex Logo

#eedcfc Color Hex

#EEDCFC
(238,220,252)
0 Favorites   0 Comments

Color spaces of #eedcfc

RGB 238220252
HSL0.760.840.93
HSV274°13°99°
CMYK 0.060.130.00   0.01
XYZ78.423876.3918102.7072
Yxy76.39180.30450.2966
Hunter Lab87.40247.2090-8.4904
CIE-Lab90.040911.8913-13.3157

#eedcfc color RGB value is (238,220,252).

#eedcfc hex color red value is 238, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eedcfc hue: 0.76 , saturation: 0.84 and the lightness value of eedcfc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 11111100
Octal 356 334 374
Decimal 238 220 252
Hex EE DC FC

RGB Percentages of Color #eedcfc

%33.52
%30.99
%35.49

CMYK Percentages of Color #eedcfc

%6
%13
%0
%1

Triadic Colors of #eedcfc

#eedcfc #fceedc #dcfcee

Analogous Colors of #eedcfc

#eedcfc #fcdcfa #dedcfc

Monochromatic Colors of #eedcfc

#eedcfc

Complementary Color

#eedcfc #eafcdc

#eedcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcfc Color CSS Codes

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

#eedcfc Text Font Color

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

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


#eedcfc Background Color

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

This div background color is #eedcfc


#eedcfc Border Color

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

This div border color is #eedcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcfc


Comments

No comments written yet.

Please login to write comment.