Color Hex Logo

#ed96bd Color Hex

#ED96BD
(237,150,189)
0 Favorites   0 Comments

Color spaces of #ed96bd

RGB 237150189
HSL0.930.710.76
HSV333°37°93°
CMYK 0.000.370.20   0.07
XYZ55.016743.491353.6391
Yxy43.49130.36160.2859
Hunter Lab65.947933.5038-2.0603
CIE-Lab71.887237.8746-6.4268

#ed96bd color RGB value is (237,150,189).

#ed96bd hex color red value is 237, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed96bd hue: 0.93 , saturation: 0.71 and the lightness value of ed96bd is 0.76.

The process color (four color CMYK) of #ed96bd color hex is 0.00, 0.37, 0.20, 0.07. Web safe color of #ed96bd is #ff99cc. Color #ed96bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 10111101
Octal 355 226 275
Decimal 237 150 189
Hex ED 96 BD

RGB Percentages of Color #ed96bd

%41.15
%26.04
%32.81

CMYK Percentages of Color #ed96bd

%0
%37
%20
%7

Triadic Colors of #ed96bd

#ed96bd #bded96 #96bded

Analogous Colors of #ed96bd

#ed96bd #ed9b96 #ed96e9

Monochromatic Colors of #ed96bd

#ed96bd

Complementary Color

#ed96bd #96edc6

#ed96bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed96bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed96bd Color CSS Codes

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

#ed96bd Text Font Color

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

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


#ed96bd Background Color

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

This div background color is #ed96bd


#ed96bd Border Color

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

This div border color is #ed96bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed96bd


Comments

No comments written yet.

Please login to write comment.