Color Hex Logo

#eecae5 Color Hex

#EECAE5
(238,202,229)
0 Favorites   0 Comments

Color spaces of #eecae5

RGB 238202229
HSL0.880.510.86
HSV315°15°93°
CMYK 0.000.150.04   0.07
XYZ70.523366.075383.1656
Yxy66.07530.32090.3007
Hunter Lab81.286712.6125-3.7597
CIE-Lab85.034817.1609-8.6224

#eecae5 color RGB value is (238,202,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11100101
Octal 356 312 345
Decimal 238 202 229
Hex EE CA E5

RGB Percentages of Color #eecae5

%35.58
%30.19
%34.23

CMYK Percentages of Color #eecae5

%0
%15
%4
%7

Triadic Colors of #eecae5

#eecae5 #e5eeca #cae5ee

Analogous Colors of #eecae5

#eecae5 #eecad3 #e5caee

Monochromatic Colors of #eecae5

#eecae5

Complementary Color

#eecae5 #caeed3

#eecae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecae5 Color CSS Codes

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

#eecae5 Text Font Color

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

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


#eecae5 Background Color

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

This div background color is #eecae5


#eecae5 Border Color

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

This div border color is #eecae5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,202,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 #eecae5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecae5


Comments

No comments written yet.

Please login to write comment.