Color Hex Logo

#ef0016 Color Hex

#EF0016
(239,0,22)
0 Favorites   0 Comments

Color spaces of #ef0016

RGB 239022
HSL0.981.000.47
HSV354°100°94°
CMYK 0.001.000.91   0.06
XYZ35.741418.40862.4285
Yxy18.40860.63170.3254
Hunter Lab42.905273.611926.6778
CIE-Lab49.988076.464257.4749

#ef0016 color RGB value is (239,0,22).

#ef0016 hex color red value is 239, green value is 0 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ef0016 hue: 0.98 , saturation: 1.00 and the lightness value of ef0016 is 0.47.

The process color (four color CMYK) of #ef0016 color hex is 0.00, 1.00, 0.91, 0.06. Web safe color of #ef0016 is #ff0000. Color #ef0016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000000 00010110
Octal 357 0 26
Decimal 239 0 22
Hex EF 0 16

RGB Percentages of Color #ef0016

%91.57
%0.00
%8.43

CMYK Percentages of Color #ef0016

%0
%100
%91
%6

Triadic Colors of #ef0016

#ef0016 #16ef00 #0016ef

Analogous Colors of #ef0016

#ef0016 #ef6200 #ef008e

Monochromatic Colors of #ef0016

#ef0016

Complementary Color

#ef0016 #00efd9

#ef0016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0016 Color CSS Codes

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

#ef0016 Text Font Color

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

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


#ef0016 Background Color

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

This div background color is #ef0016


#ef0016 Border Color

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

This div border color is #ef0016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0016


Comments

No comments written yet.

Please login to write comment.