Color Hex Logo

#ed9fbd Color Hex

#ED9FBD
(237,159,189)
0 Favorites   0 Comments

Color spaces of #ed9fbd

RGB 237159189
HSL0.940.680.78
HSV337°33°93°
CMYK 0.000.330.20   0.07
XYZ56.508546.474954.1363
Yxy46.47490.35970.2958
Hunter Lab68.172528.65760.6381
CIE-Lab73.852633.1355-3.5246

#ed9fbd color RGB value is (237,159,189).

#ed9fbd hex color red value is 237, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed9fbd hue: 0.94 , saturation: 0.68 and the lightness value of ed9fbd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 10111101
Octal 355 237 275
Decimal 237 159 189
Hex ED 9F BD

RGB Percentages of Color #ed9fbd

%40.51
%27.18
%32.31

CMYK Percentages of Color #ed9fbd

%0
%33
%20
%7

Triadic Colors of #ed9fbd

#ed9fbd #bded9f #9fbded

Analogous Colors of #ed9fbd

#ed9fbd #eda89f #ed9fe4

Monochromatic Colors of #ed9fbd

#ed9fbd

Complementary Color

#ed9fbd #9fedcf

#ed9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9fbd Color CSS Codes

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

#ed9fbd Text Font Color

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

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


#ed9fbd Background Color

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

This div background color is #ed9fbd


#ed9fbd Border Color

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

This div border color is #ed9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9fbd


Comments

No comments written yet.

Please login to write comment.