Color Hex Logo

#ef8042 Color Hex

#EF8042
(239,128,66)
0 Favorites   0 Comments

Color spaces of #ef8042

RGB 23912866
HSL0.060.840.60
HSV22°72°94°
CMYK 0.000.460.72   0.06
XYZ44.299134.18249.4173
Yxy34.18240.50400.3889
Hunter Lab58.465732.933331.3759
CIE-Lab65.107138.064551.3923

#ef8042 color RGB value is (239,128,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 01000010
Octal 357 200 102
Decimal 239 128 66
Hex EF 80 42

RGB Percentages of Color #ef8042

%55.20
%29.56
%15.24

CMYK Percentages of Color #ef8042

%0
%46
%72
%6

Triadic Colors of #ef8042

#ef8042 #42ef80 #8042ef

Analogous Colors of #ef8042

#ef8042 #efd742 #ef425a

Monochromatic Colors of #ef8042

#ef8042

Complementary Color

#ef8042 #42b1ef

#ef8042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8042 Color CSS Codes

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

#ef8042 Text Font Color

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

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


#ef8042 Background Color

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

This div background color is #ef8042


#ef8042 Border Color

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

This div border color is #ef8042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8042


Comments

No comments written yet.

Please login to write comment.