Color Hex Logo

#eefedd Color Hex

#EEFEDD
(238,254,221)
0 Favorites   0 Comments

Color spaces of #eefedd

RGB 238254221
HSL0.250.940.93
HSV89°13°100°
CMYK 0.060.000.13   0.00
XYZ83.752994.281282.1905
Yxy94.28120.32180.3623
Hunter Lab97.0985-15.956117.7820
CIE-Lab97.7452-10.926114.0094

#eefedd color RGB value is (238,254,221).

#eefedd hex color red value is 238, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eefedd hue: 0.25 , saturation: 0.94 and the lightness value of eefedd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11011101
Octal 356 376 335
Decimal 238 254 221
Hex EE FE DD

RGB Percentages of Color #eefedd

%33.38
%35.62
%31.00

CMYK Percentages of Color #eefedd

%6
%0
%13
%0

Triadic Colors of #eefedd

#eefedd #ddeefe #feddee

Analogous Colors of #eefedd

#eefedd #defedd #fefedd

Monochromatic Colors of #eefedd

#eefedd

Complementary Color

#eefedd #edddfe

#eefedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefedd Color CSS Codes

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

#eefedd Text Font Color

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

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


#eefedd Background Color

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

This div background color is #eefedd


#eefedd Border Color

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

This div border color is #eefedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefedd

Related Colors


Comments

No comments written yet.

Please login to write comment.