Color Hex Logo

#ef8146 Color Hex

#EF8146
(239,129,70)
0 Favorites   0 Comments

Color spaces of #ef8146

RGB 23912970
HSL0.060.840.61
HSV21°71°94°
CMYK 0.000.460.71   0.06
XYZ44.552434.493410.1041
Yxy34.49340.49970.3869
Hunter Lab58.731132.627730.9115
CIE-Lab65.352337.744949.7153

#ef8146 color RGB value is (239,129,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 01000110
Octal 357 201 106
Decimal 239 129 70
Hex EF 81 46

RGB Percentages of Color #ef8146

%54.57
%29.45
%15.98

CMYK Percentages of Color #ef8146

%0
%46
%71
%6

Triadic Colors of #ef8146

#ef8146 #46ef81 #8146ef

Analogous Colors of #ef8146

#ef8146 #efd646 #ef4660

Monochromatic Colors of #ef8146

#ef8146

Complementary Color

#ef8146 #46b4ef

#ef8146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8146 Color CSS Codes

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

#ef8146 Text Font Color

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

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


#ef8146 Background Color

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

This div background color is #ef8146


#ef8146 Border Color

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

This div border color is #ef8146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8146


Comments

No comments written yet.

Please login to write comment.