Color Hex Logo

#eeeeef Color Hex

#EEEEEF
(238,238,239)
1 Favorites   0 Comments

Color spaces of #eeeeef

RGB 238238239
HSL0.670.030.94
HSV240°94°
CMYK 0.000.000.00   0.06
XYZ81.414485.558293.8847
Yxy85.55820.31210.3280
Hunter Lab92.4977-4.75924.5693
CIE-Lab94.12310.1826-0.4922

#eeeeef color RGB value is (238,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11101111
Octal 356 356 357
Decimal 238 238 239
Hex EE EE EF

RGB Percentages of Color #eeeeef

%33.29
%33.29
%33.43

CMYK Percentages of Color #eeeeef

%0
%0
%0
%6

Triadic Colors of #eeeeef

#eeeeef #efeeee #eeefee

Analogous Colors of #eeeeef

#eeeeef #efeeef #eeefef

Monochromatic Colors of #eeeeef

#eeeeef

Complementary Color

#eeeeef #efefee

#eeeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeeef Color CSS Codes

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

#eeeeef Text Font Color

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

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


#eeeeef Background Color

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

This div background color is #eeeeef


#eeeeef Border Color

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

This div border color is #eeeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeeef


Comments

No comments written yet.

Please login to write comment.