Color Hex Logo

#ef500d Color Hex

#EF500D
(239,80,13)
0 Favorites   0 Comments

Color spaces of #ef500d

RGB 2398013
HSL0.050.900.49
HSV18°95°94°
CMYK 0.000.670.95   0.06
XYZ38.537924.11713.0047
Yxy24.11710.58690.3673
Hunter Lab49.109254.135030.7488
CIE-Lab56.204858.844564.0531

#ef500d color RGB value is (239,80,13).

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

The process color (four color CMYK) of #ef500d color hex is 0.00, 0.67, 0.95, 0.06. Web safe color of #ef500d is #ff6600. Color #ef500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 00001101
Octal 357 120 15
Decimal 239 80 13
Hex EF 50 D

RGB Percentages of Color #ef500d

%71.99
%24.10
%3.92

CMYK Percentages of Color #ef500d

%0
%67
%95
%6

Triadic Colors of #ef500d

#ef500d #0def50 #500def

Analogous Colors of #ef500d

#ef500d #efc10d #ef0d3b

Monochromatic Colors of #ef500d

#ef500d

Complementary Color

#ef500d #0dacef

#ef500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef500d Color CSS Codes

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

#ef500d Text Font Color

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

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


#ef500d Background Color

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

This div background color is #ef500d


#ef500d Border Color

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

This div border color is #ef500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef500d


Comments

No comments written yet.

Please login to write comment.