Color Hex Logo

#ef830e Color Hex

#EF830E
(239,131,14)
0 Favorites   0 Comments

Color spaces of #ef830e

RGB 23913114
HSL0.090.890.50
HSV31°94°94°
CMYK 0.000.450.94   0.06
XYZ43.792234.61504.7887
Yxy34.61500.52640.4161
Hunter Lab58.834529.902236.3584
CIE-Lab65.447835.111569.8309

#ef830e color RGB value is (239,131,14).

#ef830e hex color red value is 239, green value is 131 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef830e hue: 0.09 , saturation: 0.89 and the lightness value of ef830e is 0.50.

The process color (four color CMYK) of #ef830e color hex is 0.00, 0.45, 0.94, 0.06. Web safe color of #ef830e is #ff9900. Color #ef830e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 00001110
Octal 357 203 16
Decimal 239 131 14
Hex EF 83 E

RGB Percentages of Color #ef830e

%62.24
%34.11
%3.65

CMYK Percentages of Color #ef830e

%0
%45
%94
%6

Triadic Colors of #ef830e

#ef830e #0eef83 #830eef

Analogous Colors of #ef830e

#ef830e #ebef0e #ef130e

Monochromatic Colors of #ef830e

#ef830e

Complementary Color

#ef830e #0e7aef

#ef830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef830e Color CSS Codes

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

#ef830e Text Font Color

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

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


#ef830e Background Color

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

This div background color is #ef830e


#ef830e Border Color

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

This div border color is #ef830e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef830e


Comments

No comments written yet.

Please login to write comment.