Color Hex Logo

#ec9cad Color Hex

#EC9CAD
(236,156,173)
0 Favorites   0 Comments

Color spaces of #ec9cad

RGB 236156173
HSL0.960.680.77
HSV347°34°93°
CMYK 0.000.340.27   0.07
XYZ54.023444.626945.3017
Yxy44.62690.37530.3100
Hunter Lab66.803427.44586.5557
CIE-Lab72.645532.08273.5297

#ec9cad color RGB value is (236,156,173).

#ec9cad hex color red value is 236, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ec9cad hue: 0.96 , saturation: 0.68 and the lightness value of ec9cad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 10101101
Octal 354 234 255
Decimal 236 156 173
Hex EC 9C AD

RGB Percentages of Color #ec9cad

%41.77
%27.61
%30.62

CMYK Percentages of Color #ec9cad

%0
%34
%27
%7

Triadic Colors of #ec9cad

#ec9cad #adec9c #9cadec

Analogous Colors of #ec9cad

#ec9cad #ecb39c #ec9cd5

Monochromatic Colors of #ec9cad

#ec9cad

Complementary Color

#ec9cad #9cecdb

#ec9cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9cad Color CSS Codes

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

#ec9cad Text Font Color

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

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


#ec9cad Background Color

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

This div background color is #ec9cad


#ec9cad Border Color

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

This div border color is #ec9cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9cad


Comments

No comments written yet.

Please login to write comment.