Color Hex Logo

#ef3504 Color Hex

#EF3504
(239,53,4)
0 Favorites   0 Comments

Color spaces of #ef3504

RGB 239534
HSL0.030.970.48
HSV13°98°94°
CMYK 0.000.780.98   0.06
XYZ36.891620.90572.2057
Yxy20.90570.61480.3484
Hunter Lab45.722864.008729.1457
CIE-Lab52.846167.975164.1799

#ef3504 color RGB value is (239,53,4).

#ef3504 hex color red value is 239, green value is 53 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ef3504 hue: 0.03 , saturation: 0.97 and the lightness value of ef3504 is 0.48.

The process color (four color CMYK) of #ef3504 color hex is 0.00, 0.78, 0.98, 0.06. Web safe color of #ef3504 is #ff3300. Color #ef3504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 00000100
Octal 357 65 4
Decimal 239 53 4
Hex EF 35 4

RGB Percentages of Color #ef3504

%80.74
%17.91
%1.35

CMYK Percentages of Color #ef3504

%0
%78
%98
%6

Triadic Colors of #ef3504

#ef3504 #04ef35 #3504ef

Analogous Colors of #ef3504

#ef3504 #efab04 #ef0449

Monochromatic Colors of #ef3504

#ef3504

Complementary Color

#ef3504 #04beef

#ef3504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3504 Color CSS Codes

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

#ef3504 Text Font Color

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

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


#ef3504 Background Color

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

This div background color is #ef3504


#ef3504 Border Color

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

This div border color is #ef3504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3504


Comments

No comments written yet.

Please login to write comment.