Color Hex Logo

#ef811b Color Hex

#EF811B
(239,129,27)
0 Favorites   0 Comments

Color spaces of #ef811b

RGB 23912927
HSL0.080.870.52
HSV29°89°94°
CMYK 0.000.460.89   0.06
XYZ43.644734.13045.3244
Yxy34.13040.52520.4107
Hunter Lab58.421231.114735.4913
CIE-Lab65.065936.323566.6325

#ef811b color RGB value is (239,129,27).

#ef811b hex color red value is 239, green value is 129 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ef811b hue: 0.08 , saturation: 0.87 and the lightness value of ef811b is 0.52.

The process color (four color CMYK) of #ef811b color hex is 0.00, 0.46, 0.89, 0.06. Web safe color of #ef811b is #ff9933. Color #ef811b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 00011011
Octal 357 201 33
Decimal 239 129 27
Hex EF 81 1B

RGB Percentages of Color #ef811b

%60.51
%32.66
%6.84

CMYK Percentages of Color #ef811b

%0
%46
%89
%6

Triadic Colors of #ef811b

#ef811b #1bef81 #811bef

Analogous Colors of #ef811b

#ef811b #efeb1b #ef1b1f

Monochromatic Colors of #ef811b

#ef811b

Complementary Color

#ef811b #1b89ef

#ef811b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef811b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef811b Color CSS Codes

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

#ef811b Text Font Color

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

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


#ef811b Background Color

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

This div background color is #ef811b


#ef811b Border Color

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

This div border color is #ef811b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef811b


Comments

No comments written yet.

Please login to write comment.