Color Hex Logo

#eefef5 Color Hex

#EEFEF5
(238,254,245)
0 Favorites   0 Comments

Color spaces of #eefef5

RGB 238254245
HSL0.410.890.96
HSV146°100°
CMYK 0.060.000.04   0.00
XYZ87.183195.6533100.2541
Yxy95.65330.30800.3379
Hunter Lab97.8025-12.03597.6855
CIE-Lab98.2943-6.83622.4885

#eefef5 color RGB value is (238,254,245).

#eefef5 hex color red value is 238, green value is 254 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eefef5 hue: 0.41 , saturation: 0.89 and the lightness value of eefef5 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11110101
Octal 356 376 365
Decimal 238 254 245
Hex EE FE F5

RGB Percentages of Color #eefef5

%32.29
%34.46
%33.24

CMYK Percentages of Color #eefef5

%6
%0
%4
%0

Triadic Colors of #eefef5

#eefef5 #f5eefe #fef5ee

Analogous Colors of #eefef5

#eefef5 #eefefd #effeee

Monochromatic Colors of #eefef5

#eefef5

Complementary Color

#eefef5 #feeef7

#eefef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefef5 Color CSS Codes

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

#eefef5 Text Font Color

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

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


#eefef5 Background Color

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

This div background color is #eefef5


#eefef5 Border Color

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

This div border color is #eefef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefef5

Related Colors


Comments

No comments written yet.

Please login to write comment.