Color Hex Logo

#eefef4 Color Hex

#EEFEF4
(238,254,244)
0 Favorites   0 Comments

Color spaces of #eefef4

RGB 238254244
HSL0.400.890.96
HSV143°100°
CMYK 0.060.000.04   0.00
XYZ87.030895.592499.4521
Yxy95.59240.30850.3389
Hunter Lab97.7714-12.20888.1307
CIE-Lab98.2701-7.01472.9669

#eefef4 color RGB value is (238,254,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11110100
Octal 356 376 364
Decimal 238 254 244
Hex EE FE F4

RGB Percentages of Color #eefef4

%32.34
%34.51
%33.15

CMYK Percentages of Color #eefef4

%6
%0
%4
%0

Triadic Colors of #eefef4

#eefef4 #f4eefe #fef4ee

Analogous Colors of #eefef4

#eefef4 #eefefc #f0feee

Monochromatic Colors of #eefef4

#eefef4

Complementary Color

#eefef4 #feeef8

#eefef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefef4 Color CSS Codes

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

#eefef4 Text Font Color

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

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


#eefef4 Background Color

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

This div background color is #eefef4


#eefef4 Border Color

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

This div border color is #eefef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefef4

Related Colors


Comments

No comments written yet.

Please login to write comment.