Color Hex Logo

#ef16df Color Hex

#EF16DF
(239,22,223)
0 Favorites   0 Comments

Color spaces of #ef16df

RGB 23922223
HSL0.850.870.51
HSV304°91°94°
CMYK 0.000.910.07   0.06
XYZ49.202824.252371.8999
Yxy24.25230.33850.1668
Hunter Lab49.246692.1596-52.0906
CIE-Lab56.339589.6624-49.4384

#ef16df color RGB value is (239,22,223).

#ef16df hex color red value is 239, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ef16df hue: 0.85 , saturation: 0.87 and the lightness value of ef16df is 0.51.

The process color (four color CMYK) of #ef16df color hex is 0.00, 0.91, 0.07, 0.06. Web safe color of #ef16df is #ff00cc. Color #ef16df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 11011111
Octal 357 26 337
Decimal 239 22 223
Hex EF 16 DF

RGB Percentages of Color #ef16df

%49.38
%4.55
%46.07

CMYK Percentages of Color #ef16df

%0
%91
%7
%6

Triadic Colors of #ef16df

#ef16df #dfef16 #16dfef

Analogous Colors of #ef16df

#ef16df #ef1673 #9316ef

Monochromatic Colors of #ef16df

#ef16df

Complementary Color

#ef16df #16ef26

#ef16df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef16df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef16df Color CSS Codes

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

#ef16df Text Font Color

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

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


#ef16df Background Color

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

This div background color is #ef16df


#ef16df Border Color

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

This div border color is #ef16df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef16df


Comments

No comments written yet.

Please login to write comment.