Color Hex Logo

#ef99bd Color Hex

#EF99BD
(239,153,189)
0 Favorites   0 Comments

Color spaces of #ef99bd

RGB 239153189
HSL0.930.730.77
HSV335°36°94°
CMYK 0.000.360.21   0.06
XYZ56.173144.807353.8321
Yxy44.80730.36280.2894
Hunter Lab66.938332.6513-0.8246
CIE-Lab72.764836.9909-5.1028

#ef99bd color RGB value is (239,153,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011001 10111101
Octal 357 231 275
Decimal 239 153 189
Hex EF 99 BD

RGB Percentages of Color #ef99bd

%41.14
%26.33
%32.53

CMYK Percentages of Color #ef99bd

%0
%36
%21
%6

Triadic Colors of #ef99bd

#ef99bd #bdef99 #99bdef

Analogous Colors of #ef99bd

#ef99bd #efa099 #ef99e8

Monochromatic Colors of #ef99bd

#ef99bd

Complementary Color

#ef99bd #99efcb

#ef99bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef99bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef99bd Color CSS Codes

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

#ef99bd Text Font Color

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

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


#ef99bd Background Color

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

This div background color is #ef99bd


#ef99bd Border Color

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

This div border color is #ef99bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef99bd


Comments

No comments written yet.

Please login to write comment.