Color Hex Logo

#ef16be Color Hex

#EF16BE
(239,22,190)
0 Favorites   0 Comments

Color spaces of #ef16be

RGB 23922190
HSL0.870.870.51
HSV314°91°94°
CMYK 0.000.910.21   0.06
XYZ45.177822.642250.7045
Yxy22.64220.38120.1910
Hunter Lab47.583886.2027-29.8697
CIE-Lab54.701985.4610-33.1218

#ef16be color RGB value is (239,22,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 10111110
Octal 357 26 276
Decimal 239 22 190
Hex EF 16 BE

RGB Percentages of Color #ef16be

%52.99
%4.88
%42.13

CMYK Percentages of Color #ef16be

%0
%91
%21
%6

Triadic Colors of #ef16be

#ef16be #beef16 #16beef

Analogous Colors of #ef16be

#ef16be #ef1651 #b416ef

Monochromatic Colors of #ef16be

#ef16be

Complementary Color

#ef16be #16ef47

#ef16be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef16be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef16be Color CSS Codes

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

#ef16be Text Font Color

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

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


#ef16be Background Color

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

This div background color is #ef16be


#ef16be Border Color

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

This div border color is #ef16be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef16be


Comments

No comments written yet.

Please login to write comment.