Color Hex Logo

#eecee5 Color Hex

#EECEE5
(238,206,229)
0 Favorites   0 Comments

Color spaces of #eecee5

RGB 238206229
HSL0.880.480.87
HSV317°13°93°
CMYK 0.000.130.04   0.07
XYZ71.474167.976983.4825
Yxy67.97690.32060.3049
Hunter Lab82.448110.4571-2.3202
CIE-Lab85.994915.0478-7.1990

#eecee5 color RGB value is (238,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 11100101
Octal 356 316 345
Decimal 238 206 229
Hex EE CE E5

RGB Percentages of Color #eecee5

%35.36
%30.61
%34.03

CMYK Percentages of Color #eecee5

%0
%13
%4
%7

Triadic Colors of #eecee5

#eecee5 #e5eece #cee5ee

Analogous Colors of #eecee5

#eecee5 #eeced5 #e7ceee

Monochromatic Colors of #eecee5

#eecee5

Complementary Color

#eecee5 #ceeed7

#eecee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecee5 Color CSS Codes

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

#eecee5 Text Font Color

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

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


#eecee5 Background Color

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

This div background color is #eecee5


#eecee5 Border Color

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

This div border color is #eecee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecee5


Comments

No comments written yet.

Please login to write comment.