Color Hex Logo

#eefeee Color Hex

#EEFEEE
(238,254,238)
0 Favorites   0 Comments

Color spaces of #eefeee

RGB 238254238
HSL0.330.890.96
HSV120°100°
CMYK 0.060.000.06   0.00
XYZ86.134395.233894.7311
Yxy95.23380.31200.3449
Hunter Lab97.5878-13.228510.7571
CIE-Lab98.1270-8.07095.8407

#eefeee color RGB value is (238,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11101110
Octal 356 376 356
Decimal 238 254 238
Hex EE FE EE

RGB Percentages of Color #eefeee

%32.60
%34.79
%32.60

CMYK Percentages of Color #eefeee

%6
%0
%6
%0

Triadic Colors of #eefeee

#eefeee #eeeefe #feeeee

Analogous Colors of #eefeee

#eefeee #eefef6 #f6feee

Monochromatic Colors of #eefeee

#eefeee

Complementary Color

#eefeee #feeefe

#eefeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefeee Color CSS Codes

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

#eefeee Text Font Color

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

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


#eefeee Background Color

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

This div background color is #eefeee


#eefeee Border Color

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

This div border color is #eefeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefeee

Related Colors

#eefeee Color Palettes


Comments

No comments written yet.

Please login to write comment.