Color Hex Logo

#ef440d Color Hex

#EF440D
(239,68,13)
0 Favorites   0 Comments

Color spaces of #ef440d

RGB 2396813
HSL0.040.900.49
HSV15°95°94°
CMYK 0.000.720.95   0.06
XYZ37.736422.51402.7375
Yxy22.51400.59910.3574
Hunter Lab47.448958.926529.7936
CIE-Lab54.568263.315663.0787

#ef440d color RGB value is (239,68,13).

#ef440d hex color red value is 239, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef440d hue: 0.04 , saturation: 0.90 and the lightness value of ef440d is 0.49.

The process color (four color CMYK) of #ef440d color hex is 0.00, 0.72, 0.95, 0.06. Web safe color of #ef440d is #ff3300. Color #ef440d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000100 00001101
Octal 357 104 15
Decimal 239 68 13
Hex EF 44 D

RGB Percentages of Color #ef440d

%74.69
%21.25
%4.06

CMYK Percentages of Color #ef440d

%0
%72
%95
%6

Triadic Colors of #ef440d

#ef440d #0def44 #440def

Analogous Colors of #ef440d

#ef440d #efb50d #ef0d47

Monochromatic Colors of #ef440d

#ef440d

Complementary Color

#ef440d #0db8ef

#ef440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef440d Color CSS Codes

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

#ef440d Text Font Color

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

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


#ef440d Background Color

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

This div background color is #ef440d


#ef440d Border Color

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

This div border color is #ef440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef440d


Comments

No comments written yet.

Please login to write comment.