Color Hex Logo

#eefed7 Color Hex

#EEFED7
(238,254,215)
0 Favorites   0 Comments

Color spaces of #eefed7

RGB 238254215
HSL0.240.950.92
HSV85°15°100°
CMYK 0.060.000.15   0.00
XYZ82.967493.967178.0546
Yxy93.96710.32540.3685
Hunter Lab96.9366-16.862220.1146
CIE-Lab97.6187-11.884316.8986

#eefed7 color RGB value is (238,254,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11010111
Octal 356 376 327
Decimal 238 254 215
Hex EE FE D7

RGB Percentages of Color #eefed7

%33.66
%35.93
%30.41

CMYK Percentages of Color #eefed7

%6
%0
%15
%0

Triadic Colors of #eefed7

#eefed7 #d7eefe #fed7ee

Analogous Colors of #eefed7

#eefed7 #dbfed7 #fefbd7

Monochromatic Colors of #eefed7

#eefed7

Complementary Color

#eefed7 #e7d7fe

#eefed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefed7 Color CSS Codes

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

#eefed7 Text Font Color

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

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


#eefed7 Background Color

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

This div background color is #eefed7


#eefed7 Border Color

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

This div border color is #eefed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefed7

Related Colors


Comments

No comments written yet.

Please login to write comment.