Color Hex Logo

#ef999e Color Hex

#EF999E
(239,153,158)
0 Favorites   0 Comments

Color spaces of #ef999e

RGB 239153158
HSL0.990.730.77
HSV357°36°94°
CMYK 0.000.360.34   0.06
XYZ53.159443.601837.9619
Yxy43.60180.39460.3236
Hunter Lab66.031728.147712.1361
CIE-Lab71.961532.811210.8935

#ef999e color RGB value is (239,153,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011001 10011110
Octal 357 231 236
Decimal 239 153 158
Hex EF 99 9E

RGB Percentages of Color #ef999e

%43.45
%27.82
%28.73

CMYK Percentages of Color #ef999e

%0
%36
%34
%6

Triadic Colors of #ef999e

#ef999e #9eef99 #999eef

Analogous Colors of #ef999e

#ef999e #efbf99 #ef99c9

Monochromatic Colors of #ef999e

#ef999e

Complementary Color

#ef999e #99efea

#ef999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef999e Color CSS Codes

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

#ef999e Text Font Color

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

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


#ef999e Background Color

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

This div background color is #ef999e


#ef999e Border Color

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

This div border color is #ef999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef999e


Comments

No comments written yet.

Please login to write comment.