Color Hex Logo

#ef500b Color Hex

#EF500B
(239,80,11)
0 Favorites   0 Comments

Color spaces of #ef500b

RGB 2398011
HSL0.050.910.49
HSV18°95°94°
CMYK 0.000.670.95   0.06
XYZ38.525724.11222.9402
Yxy24.11220.58750.3677
Hunter Lab49.104254.113630.8228
CIE-Lab56.200058.826564.4802

#ef500b color RGB value is (239,80,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 00001011
Octal 357 120 13
Decimal 239 80 11
Hex EF 50 B

RGB Percentages of Color #ef500b

%72.42
%24.24
%3.33

CMYK Percentages of Color #ef500b

%0
%67
%95
%6

Triadic Colors of #ef500b

#ef500b #0bef50 #500bef

Analogous Colors of #ef500b

#ef500b #efc20b #ef0b38

Monochromatic Colors of #ef500b

#ef500b

Complementary Color

#ef500b #0baaef

#ef500b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef500b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef500b Color CSS Codes

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

#ef500b Text Font Color

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

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


#ef500b Background Color

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

This div background color is #ef500b


#ef500b Border Color

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

This div border color is #ef500b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef500b


Comments

No comments written yet.

Please login to write comment.