Color Hex Logo

#ef9dbd Color Hex

#EF9DBD
(239,157,189)
0 Favorites   0 Comments

Color spaces of #ef9dbd

RGB 239157189
HSL0.930.720.78
HSV337°34°94°
CMYK 0.000.340.21   0.06
XYZ56.838946.138854.0541
Yxy46.13880.36200.2938
Hunter Lab67.925530.49590.3658
CIE-Lab73.635534.8892-3.8187

#ef9dbd color RGB value is (239,157,189).

#ef9dbd hex color red value is 239, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef9dbd hue: 0.93 , saturation: 0.72 and the lightness value of ef9dbd is 0.78.

The process color (four color CMYK) of #ef9dbd color hex is 0.00, 0.34, 0.21, 0.06. Web safe color of #ef9dbd is #ff99cc. Color #ef9dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011101 10111101
Octal 357 235 275
Decimal 239 157 189
Hex EF 9D BD

RGB Percentages of Color #ef9dbd

%40.85
%26.84
%32.31

CMYK Percentages of Color #ef9dbd

%0
%34
%21
%6

Triadic Colors of #ef9dbd

#ef9dbd #bdef9d #9dbdef

Analogous Colors of #ef9dbd

#ef9dbd #efa69d #ef9de6

Monochromatic Colors of #ef9dbd

#ef9dbd

Complementary Color

#ef9dbd #9defcf

#ef9dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9dbd Color CSS Codes

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

#ef9dbd Text Font Color

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

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


#ef9dbd Background Color

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

This div background color is #ef9dbd


#ef9dbd Border Color

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

This div border color is #ef9dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9dbd


Comments

No comments written yet.

Please login to write comment.