Color Hex Logo

#eeefc0 Color Hex

#EEEFC0
(238,239,192)
0 Favorites   0 Comments

Color spaces of #eeefc0

RGB 238239192
HSL0.170.590.85
HSV61°20°94°
CMYK 0.000.000.20   0.06
XYZ75.640883.715962.0413
Yxy83.71590.34170.3781
Hunter Lab91.4964-12.551323.8445
CIE-Lab93.3270-7.886922.6875

#eeefc0 color RGB value is (238,239,192).

#eeefc0 hex color red value is 238, green value is 239 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #eeefc0 hue: 0.17 , saturation: 0.59 and the lightness value of eeefc0 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11000000
Octal 356 357 300
Decimal 238 239 192
Hex EE EF C0

RGB Percentages of Color #eeefc0

%35.58
%35.72
%28.70

CMYK Percentages of Color #eeefc0

%0
%0
%20
%6

Triadic Colors of #eeefc0

#eeefc0 #c0eeef #efc0ee

Analogous Colors of #eeefc0

#eeefc0 #d7efc0 #efd9c0

Monochromatic Colors of #eeefc0

#eeefc0

Complementary Color

#eeefc0 #c1c0ef

#eeefc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefc0 Color CSS Codes

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

#eeefc0 Text Font Color

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

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


#eeefc0 Background Color

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

This div background color is #eeefc0


#eeefc0 Border Color

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

This div border color is #eeefc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefc0


Comments

No comments written yet.

Please login to write comment.