color codes Logo

#ef5da9 color codes

#EF5DA9
(239,93,169)
0 Favorites   0 Comments

Color spaces of #ef5da9

RGB 23993169
HSL0.910.820.65
HSV329°61°94°
CMYK 0.000.610.29   0.06
XYZ46.672429.044040.6823
Yxy29.04400.40100.2495
Hunter Lab53.892560.2741-7.0320
CIE-Lab60.820463.3443-11.6005

#ef5da9 color RGB value is (239,93,169).

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

The process color (four color CMYK) of #ef5da9 color code is 0.00, 0.61, 0.29, 0.06. Web safe color of #ef5da9 is #ff6699. Color #ef5da9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011101 10101001
Octal 357 135 251
Decimal 239 93 169
Hex EF 5D A9

RGB Percentages of Color #ef5da9

%47.70
%18.56
%33.73

CMYK Percentages of Color #ef5da9

%0
%61
%29
%6

Triadic Colors of #ef5da9

#ef5da9 #a9ef5d #5da9ef

Analogous Colors of #ef5da9

#ef5da9 #ef5d60 #ec5def

Monochromatic Colors of #ef5da9

#ef5da9

Complementary Color

#ef5da9 #5defa3

#ef5da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5da9 Color CSS Codes

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

#ef5da9 Text Font Color

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

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


#ef5da9 Background Color

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

This div background color is #ef5da9


#ef5da9 Border Color

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

This div border color is #ef5da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5da9


Comments

No comments written yet.

Please login to write comment.