Color Hex Logo

#ef703f Color Hex

#EF703F
(239,112,63)
0 Favorites   0 Comments

Color spaces of #ef703f

RGB 23911263
HSL0.050.850.59
HSV17°74°94°
CMYK 0.000.530.74   0.06
XYZ42.288030.29798.3219
Yxy30.29790.52270.3745
Hunter Lab55.043540.809129.5666
CIE-Lab61.910445.885849.4524

#ef703f color RGB value is (239,112,63).

#ef703f hex color red value is 239, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef703f hue: 0.05 , saturation: 0.85 and the lightness value of ef703f is 0.59.

The process color (four color CMYK) of #ef703f color hex is 0.00, 0.53, 0.74, 0.06. Web safe color of #ef703f is #ff6633. Color #ef703f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 00111111
Octal 357 160 77
Decimal 239 112 63
Hex EF 70 3F

RGB Percentages of Color #ef703f

%57.73
%27.05
%15.22

CMYK Percentages of Color #ef703f

%0
%53
%74
%6

Triadic Colors of #ef703f

#ef703f #3fef70 #703fef

Analogous Colors of #ef703f

#ef703f #efc83f #ef3f66

Monochromatic Colors of #ef703f

#ef703f

Complementary Color

#ef703f #3fbeef

#ef703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef703f Color CSS Codes

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

#ef703f Text Font Color

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

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


#ef703f Background Color

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

This div background color is #ef703f


#ef703f Border Color

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

This div border color is #ef703f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef703f


Comments

No comments written yet.

Please login to write comment.