Color Hex Logo

#ef8207 Color Hex

#EF8207
(239,130,7)
0 Favorites   0 Comments

Color spaces of #ef8207

RGB 2391307
HSL0.090.940.48
HSV32°97°94°
CMYK 0.000.460.97   0.06
XYZ43.617634.33134.5287
Yxy34.33130.52880.4162
Hunter Lab58.592930.340936.4325
CIE-Lab65.224735.559470.7477

#ef8207 color RGB value is (239,130,7).

#ef8207 hex color red value is 239, green value is 130 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ef8207 hue: 0.09 , saturation: 0.94 and the lightness value of ef8207 is 0.48.

The process color (four color CMYK) of #ef8207 color hex is 0.00, 0.46, 0.97, 0.06. Web safe color of #ef8207 is #ff9900. Color #ef8207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 00000111
Octal 357 202 7
Decimal 239 130 7
Hex EF 82 7

RGB Percentages of Color #ef8207

%63.56
%34.57
%1.86

CMYK Percentages of Color #ef8207

%0
%46
%97
%6

Triadic Colors of #ef8207

#ef8207 #07ef82 #8207ef

Analogous Colors of #ef8207

#ef8207 #e8ef07 #ef0e07

Monochromatic Colors of #ef8207

#ef8207

Complementary Color

#ef8207 #0774ef

#ef8207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8207 Color CSS Codes

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

#ef8207 Text Font Color

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

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


#ef8207 Background Color

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

This div background color is #ef8207


#ef8207 Border Color

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

This div border color is #ef8207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8207


Comments

No comments written yet.

Please login to write comment.