Color Hex Logo

#ef120a Color Hex

#EF120A
(239,18,10)
0 Favorites   0 Comments

Color spaces of #ef120a

RGB 2391810
HSL0.010.920.49
HSV96°94°
CMYK 0.000.920.96   0.06
XYZ35.867718.80522.0265
Yxy18.80520.63260.3317
Hunter Lab43.365071.750927.5848
CIE-Lab50.458574.860661.5817

#ef120a color RGB value is (239,18,10).

#ef120a hex color red value is 239, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ef120a hue: 0.01 , saturation: 0.92 and the lightness value of ef120a is 0.49.

The process color (four color CMYK) of #ef120a color hex is 0.00, 0.92, 0.96, 0.06. Web safe color of #ef120a is #ff0000. Color #ef120a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010010 00001010
Octal 357 22 12
Decimal 239 18 10
Hex EF 12 A

RGB Percentages of Color #ef120a

%89.51
%6.74
%3.75

CMYK Percentages of Color #ef120a

%0
%92
%96
%6

Triadic Colors of #ef120a

#ef120a #0aef12 #120aef

Analogous Colors of #ef120a

#ef120a #ef850a #ef0a75

Monochromatic Colors of #ef120a

#ef120a

Complementary Color

#ef120a #0ae7ef

#ef120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef120a Color CSS Codes

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

#ef120a Text Font Color

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

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


#ef120a Background Color

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

This div background color is #ef120a


#ef120a Border Color

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

This div border color is #ef120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef120a


Comments

No comments written yet.

Please login to write comment.