Color Hex Logo

#ed949c Color Hex

#ED949C
(237,148,156)
0 Favorites   0 Comments

Color spaces of #ed949c

RGB 237148156
HSL0.990.710.75
HSV355°38°93°
CMYK 0.000.380.34   0.07
XYZ51.515741.584636.7640
Yxy41.58460.39670.3202
Hunter Lab64.486129.746711.3386
CIE-Lab70.583634.460210.0142

#ed949c color RGB value is (237,148,156).

#ed949c hex color red value is 237, green value is 148 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ed949c hue: 0.99 , saturation: 0.71 and the lightness value of ed949c is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 10011100
Octal 355 224 234
Decimal 237 148 156
Hex ED 94 9C

RGB Percentages of Color #ed949c

%43.81
%27.36
%28.84

CMYK Percentages of Color #ed949c

%0
%38
%34
%7

Triadic Colors of #ed949c

#ed949c #9ced94 #949ced

Analogous Colors of #ed949c

#ed949c #edb994 #ed94c9

Monochromatic Colors of #ed949c

#ed949c

Complementary Color

#ed949c #94ede5

#ed949c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed949c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed949c Color CSS Codes

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

#ed949c Text Font Color

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

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


#ed949c Background Color

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

This div background color is #ed949c


#ed949c Border Color

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

This div border color is #ed949c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,148,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed949c


Comments

No comments written yet.

Please login to write comment.