Color Hex Logo

#eee7fc Color Hex

#EEE7FC
(238,231,252)
0 Favorites   0 Comments

Color spaces of #eee7fc

RGB 238231252
HSL0.720.780.95
HSV260°99°
CMYK 0.060.080.00   0.01
XYZ81.406582.3572103.7014
Yxy82.35720.30440.3079
Hunter Lab90.75091.3063-4.2253
CIE-Lab92.73236.1623-9.3063

#eee7fc color RGB value is (238,231,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100111 11111100
Octal 356 347 374
Decimal 238 231 252
Hex EE E7 FC

RGB Percentages of Color #eee7fc

%33.01
%32.04
%34.95

CMYK Percentages of Color #eee7fc

%6
%8
%0
%1

Triadic Colors of #eee7fc

#eee7fc #fceee7 #e7fcee

Analogous Colors of #eee7fc

#eee7fc #f9e7fc #e7ebfc

Monochromatic Colors of #eee7fc

#eee7fc

Complementary Color

#eee7fc #f5fce7

#eee7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee7fc Color CSS Codes

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

#eee7fc Text Font Color

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

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


#eee7fc Background Color

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

This div background color is #eee7fc


#eee7fc Border Color

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

This div border color is #eee7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee7fc


Comments

No comments written yet.

Please login to write comment.