Color Hex Logo

#ef5baa Color Hex

#EF5BAA
(239,91,170)
0 Favorites   0 Comments

Color spaces of #ef5baa

RGB 23991170
HSL0.910.820.65
HSV328°62°94°
CMYK 0.000.620.29   0.06
XYZ46.593428.735241.1209
Yxy28.73520.40010.2468
Hunter Lab53.605261.3422-7.9581
CIE-Lab60.547264.2993-12.5874

#ef5baa color RGB value is (239,91,170).

#ef5baa hex color red value is 239, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef5baa hue: 0.91 , saturation: 0.82 and the lightness value of ef5baa is 0.65.

The process color (four color CMYK) of #ef5baa color hex is 0.00, 0.62, 0.29, 0.06. Web safe color of #ef5baa is #ff6699. Color #ef5baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011011 10101010
Octal 357 133 252
Decimal 239 91 170
Hex EF 5B AA

RGB Percentages of Color #ef5baa

%47.80
%18.20
%34.00

CMYK Percentages of Color #ef5baa

%0
%62
%29
%6

Triadic Colors of #ef5baa

#ef5baa #aaef5b #5baaef

Analogous Colors of #ef5baa

#ef5baa #ef5b60 #ea5bef

Monochromatic Colors of #ef5baa

#ef5baa

Complementary Color

#ef5baa #5befa0

#ef5baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5baa Color CSS Codes

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

#ef5baa Text Font Color

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

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


#ef5baa Background Color

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

This div background color is #ef5baa


#ef5baa Border Color

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

This div border color is #ef5baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5baa


Comments

No comments written yet.

Please login to write comment.