Color Hex Logo

#eeecd5 Color Hex

#EEECD5
(238,236,213)
0 Favorites   0 Comments

Color spaces of #eeecd5

RGB 238236213
HSL0.150.420.88
HSV55°11°93°
CMYK 0.000.010.11   0.07
XYZ77.265682.972174.8937
Yxy82.97210.32860.3529
Hunter Lab91.0890-7.994515.0139
CIE-Lab93.0022-3.192911.3887

#eeecd5 color RGB value is (238,236,213).

#eeecd5 hex color red value is 238, green value is 236 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #eeecd5 hue: 0.15 , saturation: 0.42 and the lightness value of eeecd5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 11010101
Octal 356 354 325
Decimal 238 236 213
Hex EE EC D5

RGB Percentages of Color #eeecd5

%34.64
%34.35
%31.00

CMYK Percentages of Color #eeecd5

%0
%1
%11
%7

Triadic Colors of #eeecd5

#eeecd5 #d5eeec #ecd5ee

Analogous Colors of #eeecd5

#eeecd5 #e4eed5 #eee0d5

Monochromatic Colors of #eeecd5

#eeecd5

Complementary Color

#eeecd5 #d5d7ee

#eeecd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeecd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeecd5 Color CSS Codes

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

#eeecd5 Text Font Color

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

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


#eeecd5 Background Color

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

This div background color is #eeecd5


#eeecd5 Border Color

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

This div border color is #eeecd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeecd5

#eeecd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.