Color Hex Logo

#eeeef1 Color Hex

#EEEEF1
(238,238,241)
0 Favorites   0 Comments

Color spaces of #eeeef1

RGB 238238241
HSL0.670.100.94
HSV240°95°
CMYK 0.010.010.00   0.05
XYZ81.711685.677195.4498
Yxy85.67710.31090.3260
Hunter Lab92.5619-4.40763.6535
CIE-Lab94.17410.5400-1.4563

#eeeef1 color RGB value is (238,238,241).

#eeeef1 hex color red value is 238, green value is 238 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #eeeef1 hue: 0.67 , saturation: 0.10 and the lightness value of eeeef1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11110001
Octal 356 356 361
Decimal 238 238 241
Hex EE EE F1

RGB Percentages of Color #eeeef1

%33.19
%33.19
%33.61

CMYK Percentages of Color #eeeef1

%1
%1
%0
%5

Triadic Colors of #eeeef1

#eeeef1 #f1eeee #eef1ee

Analogous Colors of #eeeef1

#eeeef1 #f0eef1 #eef0f1

Monochromatic Colors of #eeeef1

#eeeef1

Complementary Color

#eeeef1 #f1f1ee

#eeeef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeef1 Color CSS Codes

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

#eeeef1 Text Font Color

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

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


#eeeef1 Background Color

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

This div background color is #eeeef1


#eeeef1 Border Color

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

This div border color is #eeeef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeef1


Comments

No comments written yet.

Please login to write comment.