Color Hex Logo

#ef989e Color Hex

#EF989E
(239,152,158)
0 Favorites   0 Comments

Color spaces of #ef989e

RGB 239152158
HSL0.990.730.77
HSV356°36°94°
CMYK 0.000.360.34   0.06
XYZ52.996443.275837.9076
Yxy43.27580.39500.3225
Hunter Lab65.784328.678411.8837
CIE-Lab71.741833.337010.5817

#ef989e color RGB value is (239,152,158).

#ef989e hex color red value is 239, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ef989e hue: 0.99 , saturation: 0.73 and the lightness value of ef989e is 0.77.

The process color (four color CMYK) of #ef989e color hex is 0.00, 0.36, 0.34, 0.06. Web safe color of #ef989e is #ff9999. Color #ef989e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 10011110
Octal 357 230 236
Decimal 239 152 158
Hex EF 98 9E

RGB Percentages of Color #ef989e

%43.53
%27.69
%28.78

CMYK Percentages of Color #ef989e

%0
%36
%34
%6

Triadic Colors of #ef989e

#ef989e #9eef98 #989eef

Analogous Colors of #ef989e

#ef989e #efbe98 #ef98ca

Monochromatic Colors of #ef989e

#ef989e

Complementary Color

#ef989e #98efe9

#ef989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef989e Color CSS Codes

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

#ef989e Text Font Color

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

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


#ef989e Background Color

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

This div background color is #ef989e


#ef989e Border Color

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

This div border color is #ef989e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef989e


Comments

No comments written yet.

Please login to write comment.