Color Hex Logo

#ef99bf Color Hex

#EF99BF
(239,153,191)
0 Favorites   0 Comments

Color spaces of #ef99bf

RGB 239153191
HSL0.930.730.77
HSV333°36°94°
CMYK 0.000.360.20   0.06
XYZ56.391844.894854.9836
Yxy44.89480.36090.2873
Hunter Lab67.003632.9736-1.7513
CIE-Lab72.822637.2859-6.1229

#ef99bf color RGB value is (239,153,191).

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

The process color (four color CMYK) of #ef99bf color hex is 0.00, 0.36, 0.20, 0.06. Web safe color of #ef99bf is #ff99cc. Color #ef99bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011001 10111111
Octal 357 231 277
Decimal 239 153 191
Hex EF 99 BF

RGB Percentages of Color #ef99bf

%40.99
%26.24
%32.76

CMYK Percentages of Color #ef99bf

%0
%36
%20
%6

Triadic Colors of #ef99bf

#ef99bf #bfef99 #99bfef

Analogous Colors of #ef99bf

#ef99bf #ef9e99 #ef99ea

Monochromatic Colors of #ef99bf

#ef99bf

Complementary Color

#ef99bf #99efc9

#ef99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef99bf Color CSS Codes

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

#ef99bf Text Font Color

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

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


#ef99bf Background Color

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

This div background color is #ef99bf


#ef99bf Border Color

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

This div border color is #ef99bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,153,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef99bf


Comments

No comments written yet.

Please login to write comment.