Color Hex Logo

#ef8343 Color Hex

#EF8343
(239,131,67)
0 Favorites   0 Comments

Color spaces of #ef8343

RGB 23913167
HSL0.060.840.60
HSV22°72°94°
CMYK 0.000.450.72   0.06
XYZ44.726034.98869.7063
Yxy34.98860.50020.3913
Hunter Lab59.151231.454831.6767
CIE-Lab65.739836.578651.5875

#ef8343 color RGB value is (239,131,67).

#ef8343 hex color red value is 239, green value is 131 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ef8343 hue: 0.06 , saturation: 0.84 and the lightness value of ef8343 is 0.60.

The process color (four color CMYK) of #ef8343 color hex is 0.00, 0.45, 0.72, 0.06. Web safe color of #ef8343 is #ff9933. Color #ef8343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 01000011
Octal 357 203 103
Decimal 239 131 67
Hex EF 83 43

RGB Percentages of Color #ef8343

%54.69
%29.98
%15.33

CMYK Percentages of Color #ef8343

%0
%45
%72
%6

Triadic Colors of #ef8343

#ef8343 #43ef83 #8343ef

Analogous Colors of #ef8343

#ef8343 #efd943 #ef4359

Monochromatic Colors of #ef8343

#ef8343

Complementary Color

#ef8343 #43afef

#ef8343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8343 Color CSS Codes

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

#ef8343 Text Font Color

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

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


#ef8343 Background Color

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

This div background color is #ef8343


#ef8343 Border Color

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

This div border color is #ef8343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8343


Comments

No comments written yet.

Please login to write comment.