Color Hex Logo

#eecae1 Color Hex

#EECAE1
(238,202,225)
0 Favorites   0 Comments

Color spaces of #eecae1

RGB 238202225
HSL0.890.510.86
HSV322°15°93°
CMYK 0.000.150.05   0.07
XYZ69.971065.854480.2575
Yxy65.85440.32380.3048
Hunter Lab81.150711.8952-1.8319
CIE-Lab84.922116.4620-6.6605

#eecae1 color RGB value is (238,202,225).

#eecae1 hex color red value is 238, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #eecae1 hue: 0.89 , saturation: 0.51 and the lightness value of eecae1 is 0.86.

The process color (four color CMYK) of #eecae1 color hex is 0.00, 0.15, 0.05, 0.07. Web safe color of #eecae1 is #ffcccc. Color #eecae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11100001
Octal 356 312 341
Decimal 238 202 225
Hex EE CA E1

RGB Percentages of Color #eecae1

%35.79
%30.38
%33.83

CMYK Percentages of Color #eecae1

%0
%15
%5
%7

Triadic Colors of #eecae1

#eecae1 #e1eeca #cae1ee

Analogous Colors of #eecae1

#eecae1 #eecacf #e9caee

Monochromatic Colors of #eecae1

#eecae1

Complementary Color

#eecae1 #caeed7

#eecae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecae1 Color CSS Codes

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

#eecae1 Text Font Color

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

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


#eecae1 Background Color

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

This div background color is #eecae1


#eecae1 Border Color

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

This div border color is #eecae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecae1


Comments

No comments written yet.

Please login to write comment.