Color Hex Logo

#ec9fae Color Hex

#EC9FAE
(236,159,174)
0 Favorites   0 Comments

Color spaces of #ec9fae

RGB 236159174
HSL0.970.670.77
HSV348°33°93°
CMYK 0.000.330.26   0.07
XYZ54.630245.685145.9832
Yxy45.68510.37340.3123
Hunter Lab67.590825.98876.9775
CIE-Lab73.340730.63123.9833

#ec9fae color RGB value is (236,159,174).

#ec9fae hex color red value is 236, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec9fae hue: 0.97 , saturation: 0.67 and the lightness value of ec9fae is 0.77.

The process color (four color CMYK) of #ec9fae color hex is 0.00, 0.33, 0.26, 0.07. Web safe color of #ec9fae is #ff9999. Color #ec9fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011111 10101110
Octal 354 237 256
Decimal 236 159 174
Hex EC 9F AE

RGB Percentages of Color #ec9fae

%41.48
%27.94
%30.58

CMYK Percentages of Color #ec9fae

%0
%33
%26
%7

Triadic Colors of #ec9fae

#ec9fae #aeec9f #9faeec

Analogous Colors of #ec9fae

#ec9fae #ecb79f #ec9fd5

Monochromatic Colors of #ec9fae

#ec9fae

Complementary Color

#ec9fae #9fecdd

#ec9fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9fae Color CSS Codes

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

#ec9fae Text Font Color

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

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


#ec9fae Background Color

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

This div background color is #ec9fae


#ec9fae Border Color

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

This div border color is #ec9fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9fae


Comments

No comments written yet.

Please login to write comment.