Color Hex Logo

#ef8356 Color Hex

#EF8356
(239,131,86)
0 Favorites   0 Comments

Color spaces of #ef8356

RGB 23913186
HSL0.050.830.64
HSV18°64°94°
CMYK 0.000.450.64   0.06
XYZ45.392635.255213.2166
Yxy35.25520.48360.3756
Hunter Lab59.376132.553828.3658
CIE-Lab65.946937.608642.2616

#ef8356 color RGB value is (239,131,86).

#ef8356 hex color red value is 239, green value is 131 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ef8356 hue: 0.05 , saturation: 0.83 and the lightness value of ef8356 is 0.64.

The process color (four color CMYK) of #ef8356 color hex is 0.00, 0.45, 0.64, 0.06. Web safe color of #ef8356 is #ff9966. Color #ef8356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 01010110
Octal 357 203 126
Decimal 239 131 86
Hex EF 83 56

RGB Percentages of Color #ef8356

%52.41
%28.73
%18.86

CMYK Percentages of Color #ef8356

%0
%45
%64
%6

Triadic Colors of #ef8356

#ef8356 #56ef83 #8356ef

Analogous Colors of #ef8356

#ef8356 #efd056 #ef5676

Monochromatic Colors of #ef8356

#ef8356

Complementary Color

#ef8356 #56c2ef

#ef8356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8356 Color CSS Codes

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

#ef8356 Text Font Color

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

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


#ef8356 Background Color

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

This div background color is #ef8356


#ef8356 Border Color

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

This div border color is #ef8356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8356


Comments

No comments written yet.

Please login to write comment.