Color Hex Logo

#ecadc2 Color Hex

#ECADC2
(236,173,194)
0 Favorites   0 Comments

Color spaces of #ecadc2

RGB 236173194
HSL0.940.620.80
HSV340°27°93°
CMYK 0.000.270.18   0.07
XYZ59.273251.615057.8776
Yxy51.61500.35120.3058
Hunter Lab71.843621.54182.5261
CIE-Lab77.050126.1013-1.5807

#ecadc2 color RGB value is (236,173,194).

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

The process color (four color CMYK) of #ecadc2 color hex is 0.00, 0.27, 0.18, 0.07. Web safe color of #ecadc2 is #ff99cc. Color #ecadc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 11000010
Octal 354 255 302
Decimal 236 173 194
Hex EC AD C2

RGB Percentages of Color #ecadc2

%39.14
%28.69
%32.17

CMYK Percentages of Color #ecadc2

%0
%27
%18
%7

Triadic Colors of #ecadc2

#ecadc2 #c2ecad #adc2ec

Analogous Colors of #ecadc2

#ecadc2 #ecb8ad #ecade2

Monochromatic Colors of #ecadc2

#ecadc2

Complementary Color

#ecadc2 #adecd7

#ecadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecadc2 Color CSS Codes

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

#ecadc2 Text Font Color

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

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


#ecadc2 Background Color

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

This div background color is #ecadc2


#ecadc2 Border Color

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

This div border color is #ecadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecadc2


Comments

No comments written yet.

Please login to write comment.