Color Hex Logo

#ef5dab Color Hex

#EF5DAB
(239,93,171)
0 Favorites   0 Comments

Color spaces of #ef5dab

RGB 23993171
HSL0.910.820.65
HSV328°61°94°
CMYK 0.000.610.28   0.06
XYZ46.861629.119741.6789
Yxy29.11970.39830.2475
Hunter Lab53.962760.5761-8.0197
CIE-Lab60.887163.5892-12.6523

#ef5dab color RGB value is (239,93,171).

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

The process color (four color CMYK) of #ef5dab color hex is 0.00, 0.61, 0.28, 0.06. Web safe color of #ef5dab is #ff6699. Color #ef5dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011101 10101011
Octal 357 135 253
Decimal 239 93 171
Hex EF 5D AB

RGB Percentages of Color #ef5dab

%47.51
%18.49
%34.00

CMYK Percentages of Color #ef5dab

%0
%61
%28
%6

Triadic Colors of #ef5dab

#ef5dab #abef5d #5dabef

Analogous Colors of #ef5dab

#ef5dab #ef5d62 #ea5def

Monochromatic Colors of #ef5dab

#ef5dab

Complementary Color

#ef5dab #5defa1

#ef5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5dab Color CSS Codes

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

#ef5dab Text Font Color

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

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


#ef5dab Background Color

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

This div background color is #ef5dab


#ef5dab Border Color

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

This div border color is #ef5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5dab


Comments

No comments written yet.

Please login to write comment.