Color Hex Logo

#ec999e Color Hex

#EC999E
(236,153,158)
0 Favorites   0 Comments

Color spaces of #ec999e

RGB 236153158
HSL0.990.690.76
HSV356°35°93°
CMYK 0.000.350.33   0.07
XYZ52.154943.084037.9149
Yxy43.08400.39170.3236
Hunter Lab65.638426.965211.6990
CIE-Lab71.611931.706710.3489

#ec999e color RGB value is (236,153,158).

#ec999e hex color red value is 236, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ec999e hue: 0.99 , saturation: 0.69 and the lightness value of ec999e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011001 10011110
Octal 354 231 236
Decimal 236 153 158
Hex EC 99 9E

RGB Percentages of Color #ec999e

%43.14
%27.97
%28.88

CMYK Percentages of Color #ec999e

%0
%35
%33
%7

Triadic Colors of #ec999e

#ec999e #9eec99 #999eec

Analogous Colors of #ec999e

#ec999e #ecbe99 #ec99c8

Monochromatic Colors of #ec999e

#ec999e

Complementary Color

#ec999e #99ece7

#ec999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec999e Color CSS Codes

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

#ec999e Text Font Color

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

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


#ec999e Background Color

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

This div background color is #ec999e


#ec999e Border Color

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

This div border color is #ec999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec999e


Comments

No comments written yet.

Please login to write comment.