Color Hex Logo

#ef9abf Color Hex

#EF9ABF
(239,154,191)
0 Favorites   0 Comments

Color spaces of #ef9abf

RGB 239154191
HSL0.930.730.77
HSV334°36°94°
CMYK 0.000.360.20   0.06
XYZ56.556245.223555.0384
Yxy45.22350.36060.2884
Hunter Lab67.248432.4345-1.4511
CIE-Lab73.038836.7616-5.8029

#ef9abf color RGB value is (239,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 10111111
Octal 357 232 277
Decimal 239 154 191
Hex EF 9A BF

RGB Percentages of Color #ef9abf

%40.92
%26.37
%32.71

CMYK Percentages of Color #ef9abf

%0
%36
%20
%6

Triadic Colors of #ef9abf

#ef9abf #bfef9a #9abfef

Analogous Colors of #ef9abf

#ef9abf #efa09a #ef9aea

Monochromatic Colors of #ef9abf

#ef9abf

Complementary Color

#ef9abf #9aefca

#ef9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9abf Color CSS Codes

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

#ef9abf Text Font Color

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

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


#ef9abf Background Color

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

This div background color is #ef9abf


#ef9abf Border Color

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

This div border color is #ef9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9abf


Comments

No comments written yet.

Please login to write comment.