Color Hex Logo

#eee5cc Color Hex

#EEE5CC
(238,229,204)
0 Favorites   0 Comments

Color spaces of #eee5cc

RGB 238229204
HSL0.120.500.87
HSV44°14°93°
CMYK 0.000.040.14   0.07
XYZ74.178378.575468.3837
Yxy78.57540.33540.3553
Hunter Lab88.6428-5.751916.3105
CIE-Lab91.0418-1.042813.2798

#eee5cc color RGB value is (238,229,204).

#eee5cc hex color red value is 238, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eee5cc hue: 0.12 , saturation: 0.50 and the lightness value of eee5cc is 0.87.

The process color (four color CMYK) of #eee5cc color hex is 0.00, 0.04, 0.14, 0.07. Web safe color of #eee5cc is #ffcccc. Color #eee5cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 11001100
Octal 356 345 314
Decimal 238 229 204
Hex EE E5 CC

RGB Percentages of Color #eee5cc

%35.47
%34.13
%30.40

CMYK Percentages of Color #eee5cc

%0
%4
%14
%7

Triadic Colors of #eee5cc

#eee5cc #cceee5 #e5ccee

Analogous Colors of #eee5cc

#eee5cc #e6eecc #eed4cc

Monochromatic Colors of #eee5cc

#eee5cc

Complementary Color

#eee5cc #ccd5ee

#eee5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee5cc Color CSS Codes

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

#eee5cc Text Font Color

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

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


#eee5cc Background Color

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

This div background color is #eee5cc


#eee5cc Border Color

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

This div border color is #eee5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee5cc


Comments

No comments written yet.

Please login to write comment.