Color Hex Logo

#eeefdf Color Hex

#EEEFDF
(238,239,223)
0 Favorites   0 Comments

Color spaces of #eeefdf

RGB 238239223
HSL0.180.330.91
HSV64°94°
CMYK 0.000.000.07   0.06
XYZ79.445785.237982.0774
Yxy85.23790.32200.3454
Hunter Lab92.3244-7.967311.9176
CIE-Lab93.9855-3.08317.6108

#eeefdf color RGB value is (238,239,223).

#eeefdf hex color red value is 238, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eeefdf hue: 0.18 , saturation: 0.33 and the lightness value of eeefdf is 0.91.

The process color (four color CMYK) of #eeefdf color hex is 0.00, 0.00, 0.07, 0.06. Web safe color of #eeefdf is #ffffcc. Color #eeefdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11011111
Octal 356 357 337
Decimal 238 239 223
Hex EE EF DF

RGB Percentages of Color #eeefdf

%34.00
%34.14
%31.86

CMYK Percentages of Color #eeefdf

%0
%0
%7
%6

Triadic Colors of #eeefdf

#eeefdf #dfeeef #efdfee

Analogous Colors of #eeefdf

#eeefdf #e6efdf #efe8df

Monochromatic Colors of #eeefdf

#eeefdf

Complementary Color

#eeefdf #e0dfef

#eeefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefdf Color CSS Codes

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

#eeefdf Text Font Color

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

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


#eeefdf Background Color

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

This div background color is #eeefdf


#eeefdf Border Color

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

This div border color is #eeefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefdf


Comments

No comments written yet.

Please login to write comment.