Color Hex Logo

#ecaed7 Color Hex

#ECAED7
(236,174,215)
0 Favorites   0 Comments

Color spaces of #ecaed7

RGB 236174215
HSL0.890.620.80
HSV320°26°93°
CMYK 0.000.260.09   0.07
XYZ61.993953.011371.2547
Yxy53.01130.33280.2846
Hunter Lab72.808924.5703-7.0582
CIE-Lab77.881728.9552-11.7743

#ecaed7 color RGB value is (236,174,215).

#ecaed7 hex color red value is 236, green value is 174 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ecaed7 hue: 0.89 , saturation: 0.62 and the lightness value of ecaed7 is 0.80.

The process color (four color CMYK) of #ecaed7 color hex is 0.00, 0.26, 0.09, 0.07. Web safe color of #ecaed7 is #ff99cc. Color #ecaed7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 11010111
Octal 354 256 327
Decimal 236 174 215
Hex EC AE D7

RGB Percentages of Color #ecaed7

%37.76
%27.84
%34.40

CMYK Percentages of Color #ecaed7

%0
%26
%9
%7

Triadic Colors of #ecaed7

#ecaed7 #d7ecae #aed7ec

Analogous Colors of #ecaed7

#ecaed7 #ecaeb8 #e2aeec

Monochromatic Colors of #ecaed7

#ecaed7

Complementary Color

#ecaed7 #aeecc3

#ecaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaed7 Color CSS Codes

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

#ecaed7 Text Font Color

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

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


#ecaed7 Background Color

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

This div background color is #ecaed7


#ecaed7 Border Color

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

This div border color is #ecaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaed7


Comments

No comments written yet.

Please login to write comment.