Color Hex Logo

#eca8ad Color Hex

#ECA8AD
(236,168,173)
0 Favorites   0 Comments

Color spaces of #eca8ad

RGB 236168173
HSL0.990.640.79
HSV356°29°93°
CMYK 0.000.290.27   0.07
XYZ56.137548.855346.0064
Yxy48.85530.37180.3235
Hunter Lab69.896621.04359.9025
CIE-Lab75.361225.71097.4417

#eca8ad color RGB value is (236,168,173).

#eca8ad hex color red value is 236, green value is 168 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eca8ad hue: 0.99 , saturation: 0.64 and the lightness value of eca8ad is 0.79.

The process color (four color CMYK) of #eca8ad color hex is 0.00, 0.29, 0.27, 0.07. Web safe color of #eca8ad is #ff9999. Color #eca8ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 10101101
Octal 354 250 255
Decimal 236 168 173
Hex EC A8 AD

RGB Percentages of Color #eca8ad

%40.90
%29.12
%29.98

CMYK Percentages of Color #eca8ad

%0
%29
%27
%7

Triadic Colors of #eca8ad

#eca8ad #adeca8 #a8adec

Analogous Colors of #eca8ad

#eca8ad #ecc5a8 #eca8cf

Monochromatic Colors of #eca8ad

#eca8ad

Complementary Color

#eca8ad #a8ece7

#eca8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca8ad Color CSS Codes

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

#eca8ad Text Font Color

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

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


#eca8ad Background Color

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

This div background color is #eca8ad


#eca8ad Border Color

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

This div border color is #eca8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca8ad


Comments

No comments written yet.

Please login to write comment.