Color Hex Logo

#eefeef Color Hex

#EEFEEF
(238,254,239)
1 Favorites   1 Comments

Color spaces of #eefeef

RGB 238254239
HSL0.340.890.96
HSV124°100°
CMYK 0.060.000.06   0.00
XYZ86.281795.292895.5072
Yxy95.29280.31140.3439
Hunter Lab97.6180-13.060710.3247
CIE-Lab98.1506-7.89665.3613

#eefeef color RGB value is (238,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11101111
Octal 356 376 357
Decimal 238 254 239
Hex EE FE EF

RGB Percentages of Color #eefeef

%32.56
%34.75
%32.69

CMYK Percentages of Color #eefeef

%6
%0
%6
%0

Triadic Colors of #eefeef

#eefeef #efeefe #feefee

Analogous Colors of #eefeef

#eefeef #eefef7 #f5feee

Monochromatic Colors of #eefeef

#eefeef

Complementary Color

#eefeef #feeefd

#eefeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefeef Color CSS Codes

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

#eefeef Text Font Color

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

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


#eefeef Background Color

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

This div background color is #eefeef


#eefeef Border Color

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

This div border color is #eefeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefeef

Related Colors


Comments

2 Aug 2020, 19:54 confusedindigo

i was searching up random stuff and found this amazing color

Please login to write comment.