Color Hex Logo

#eefed9 Color Hex

#EEFED9
(238,254,217)
0 Favorites   0 Comments

Color spaces of #eefed9

RGB 238254217
HSL0.240.950.92
HSV86°15°100°
CMYK 0.060.000.15   0.00
XYZ83.226194.070579.4166
Yxy94.07050.32420.3664
Hunter Lab96.9899-16.563419.3456
CIE-Lab97.6604-11.567715.9353

#eefed9 color RGB value is (238,254,217).

#eefed9 hex color red value is 238, green value is 254 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eefed9 hue: 0.24 , saturation: 0.95 and the lightness value of eefed9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11011001
Octal 356 376 331
Decimal 238 254 217
Hex EE FE D9

RGB Percentages of Color #eefed9

%33.57
%35.83
%30.61

CMYK Percentages of Color #eefed9

%6
%0
%15
%0

Triadic Colors of #eefed9

#eefed9 #d9eefe #fed9ee

Analogous Colors of #eefed9

#eefed9 #dcfed9 #fefcd9

Monochromatic Colors of #eefed9

#eefed9

Complementary Color

#eefed9 #e9d9fe

#eefed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefed9 Color CSS Codes

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

#eefed9 Text Font Color

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

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


#eefed9 Background Color

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

This div background color is #eefed9


#eefed9 Border Color

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

This div border color is #eefed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefed9


Comments

No comments written yet.

Please login to write comment.