Color Hex Logo

#ef98ba Color Hex

#EF98BA
(239,152,186)
0 Favorites   0 Comments

Color spaces of #ef98ba

RGB 239152186
HSL0.930.730.77
HSV337°36°94°
CMYK 0.000.360.22   0.06
XYZ55.687844.352452.0802
Yxy44.35240.36610.2916
Hunter Lab66.597632.71290.2528
CIE-Lab72.463437.0783-3.8880

#ef98ba color RGB value is (239,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 10111010
Octal 357 230 272
Decimal 239 152 186
Hex EF 98 BA

RGB Percentages of Color #ef98ba

%41.42
%26.34
%32.24

CMYK Percentages of Color #ef98ba

%0
%36
%22
%6

Triadic Colors of #ef98ba

#ef98ba #baef98 #98baef

Analogous Colors of #ef98ba

#ef98ba #efa298 #ef98e6

Monochromatic Colors of #ef98ba

#ef98ba

Complementary Color

#ef98ba #98efcd

#ef98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef98ba Color CSS Codes

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

#ef98ba Text Font Color

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

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


#ef98ba Background Color

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

This div background color is #ef98ba


#ef98ba Border Color

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

This div border color is #ef98ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef98ba


Comments

No comments written yet.

Please login to write comment.