Color Hex Logo

#eeeee0 Color Hex Ivory2

#EEEEE0
(238,238,224)
11 Favorites   0 Comments

Color spaces of #eeeee0 Ivory2

RGB 238238224
HSL0.170.290.91
HSV60°93°
CMYK 0.000.000.06   0.07
XYZ79.289084.708082.6923
Yxy84.70800.32140.3434
Hunter Lab92.0369-7.288511.1557
CIE-Lab93.7571-2.40856.7636

#eeeee0 color RGB value is (238,238,224). #eeeee0 color name is Ivory2 color.

#eeeee0 hex color red value is 238, green value is 238 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #eeeee0 hue: 0.17 , saturation: 0.29 and the lightness value of eeeee0 is 0.91.

The process color (four color CMYK) of #eeeee0 color hex is 0.00, 0.00, 0.06, 0.07. Web safe color of #eeeee0 is #ffffcc. Color #eeeee0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11100000
Octal 356 356 340
Decimal 238 238 224
Hex EE EE E0

RGB Percentages of Color #eeeee0

%34.00
%34.00
%32.00

CMYK Percentages of Color #eeeee0

%0
%0
%6
%7

Triadic Colors of #eeeee0

#eeeee0 #e0eeee #eee0ee

Analogous Colors of #eeeee0

#eeeee0 #e7eee0 #eee7e0

Monochromatic Colors of #eeeee0

#eeeee0

Complementary Color

#eeeee0 #e0e0ee

#eeeee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeee0 Color CSS Codes

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

#eeeee0 Text Font Color

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

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


#eeeee0 Background Color

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

This div background color is #eeeee0


#eeeee0 Border Color

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

This div border color is #eeeee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeee0


Comments

No comments written yet.

Please login to write comment.