Color Hex Logo

#eeecfc Color Hex

#EEECFC
(238,236,252)
0 Favorites   0 Comments

Color spaces of #eeecfc

RGB 238236252
HSL0.690.730.96
HSV248°99°
CMYK 0.060.060.00   0.01
XYZ82.826085.1963104.1746
Yxy85.19630.30430.3130
Hunter Lab92.3018-1.3533-2.3052
CIE-Lab93.96763.5815-7.4752

#eeecfc color RGB value is (238,236,252).

#eeecfc hex color red value is 238, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eeecfc hue: 0.69 , saturation: 0.73 and the lightness value of eeecfc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 11111100
Octal 356 354 374
Decimal 238 236 252
Hex EE EC FC

RGB Percentages of Color #eeecfc

%32.78
%32.51
%34.71

CMYK Percentages of Color #eeecfc

%6
%6
%0
%1

Triadic Colors of #eeecfc

#eeecfc #fceeec #ecfcee

Analogous Colors of #eeecfc

#eeecfc #f6ecfc #ecf2fc

Monochromatic Colors of #eeecfc

#eeecfc

Complementary Color

#eeecfc #fafcec

#eeecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeecfc Color CSS Codes

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

#eeecfc Text Font Color

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

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


#eeecfc Background Color

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

This div background color is #eeecfc


#eeecfc Border Color

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

This div border color is #eeecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeecfc


Comments

No comments written yet.

Please login to write comment.