Color Hex Logo

#eeefea Color Hex

#EEEFEA
(238,239,234)
0 Favorites   0 Comments

Color spaces of #eeefea

RGB 238239234
HSL0.200.140.93
HSV72°94°
CMYK 0.000.000.02   0.06
XYZ80.977785.850790.1448
Yxy85.85070.31510.3341
Hunter Lab92.6557-6.14487.1756
CIE-Lab94.2485-1.20822.2859

#eeefea color RGB value is (238,239,234).

#eeefea hex color red value is 238, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eeefea hue: 0.20 , saturation: 0.14 and the lightness value of eeefea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11101010
Octal 356 357 352
Decimal 238 239 234
Hex EE EF EA

RGB Percentages of Color #eeefea

%33.47
%33.61
%32.91

CMYK Percentages of Color #eeefea

%0
%0
%2
%6

Triadic Colors of #eeefea

#eeefea #eaeeef #efeaee

Analogous Colors of #eeefea

#eeefea #ecefea #efeeea

Monochromatic Colors of #eeefea

#eeefea

Complementary Color

#eeefea #ebeaef

#eeefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefea Color CSS Codes

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

#eeefea Text Font Color

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

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


#eeefea Background Color

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

This div background color is #eeefea


#eeefea Border Color

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

This div border color is #eeefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefea


Comments

No comments written yet.

Please login to write comment.