Color Hex Logo

#ef9abe Color Hex

#EF9ABE
(239,154,190)
0 Favorites   0 Comments

Color spaces of #ef9abe

RGB 239154190
HSL0.930.730.77
HSV335°36°94°
CMYK 0.000.360.21   0.06
XYZ56.446545.179654.4607
Yxy45.17960.36160.2895
Hunter Lab67.215832.2732-0.9879
CIE-Lab73.010036.6138-5.2933

#ef9abe color RGB value is (239,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 10111110
Octal 357 232 276
Decimal 239 154 190
Hex EF 9A BE

RGB Percentages of Color #ef9abe

%40.99
%26.42
%32.59

CMYK Percentages of Color #ef9abe

%0
%36
%21
%6

Triadic Colors of #ef9abe

#ef9abe #beef9a #9abeef

Analogous Colors of #ef9abe

#ef9abe #efa19a #ef9ae9

Monochromatic Colors of #ef9abe

#ef9abe

Complementary Color

#ef9abe #9aefcb

#ef9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9abe Color CSS Codes

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

#ef9abe Text Font Color

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

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


#ef9abe Background Color

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

This div background color is #ef9abe


#ef9abe Border Color

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

This div border color is #ef9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9abe


Comments

No comments written yet.

Please login to write comment.