Color Hex Logo

#ef98be Color Hex

#EF98BE
(239,152,190)
0 Favorites   0 Comments

Color spaces of #ef98be

RGB 239152190
HSL0.930.730.77
HSV334°36°94°
CMYK 0.000.360.21   0.06
XYZ56.119144.524954.3516
Yxy44.52490.36210.2873
Hunter Lab66.727033.3509-1.5850
CIE-Lab72.578037.6619-5.9321

#ef98be color RGB value is (239,152,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 10111110
Octal 357 230 276
Decimal 239 152 190
Hex EF 98 BE

RGB Percentages of Color #ef98be

%41.14
%26.16
%32.70

CMYK Percentages of Color #ef98be

%0
%36
%21
%6

Triadic Colors of #ef98be

#ef98be #beef98 #98beef

Analogous Colors of #ef98be

#ef98be #ef9e98 #ef98ea

Monochromatic Colors of #ef98be

#ef98be

Complementary Color

#ef98be #98efc9

#ef98be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef98be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef98be Color CSS Codes

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

#ef98be Text Font Color

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

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


#ef98be Background Color

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

This div background color is #ef98be


#ef98be Border Color

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

This div border color is #ef98be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef98be


Comments

No comments written yet.

Please login to write comment.