Color Hex Logo

#ef866e Color Hex

#EF866E
(239,134,110)
0 Favorites   0 Comments

Color spaces of #ef866e

RGB 239134110
HSL0.030.800.68
HSV11°54°94°
CMYK 0.000.440.54   0.06
XYZ46.936236.526719.3284
Yxy36.52670.45660.3553
Hunter Lab60.437332.859523.3447
CIE-Lab66.920437.793130.5639

#ef866e color RGB value is (239,134,110).

#ef866e hex color red value is 239, green value is 134 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ef866e hue: 0.03 , saturation: 0.80 and the lightness value of ef866e is 0.68.

The process color (four color CMYK) of #ef866e color hex is 0.00, 0.44, 0.54, 0.06. Web safe color of #ef866e is #ff9966. Color #ef866e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 01101110
Octal 357 206 156
Decimal 239 134 110
Hex EF 86 6E

RGB Percentages of Color #ef866e

%49.48
%27.74
%22.77

CMYK Percentages of Color #ef866e

%0
%44
%54
%6

Triadic Colors of #ef866e

#ef866e #6eef86 #866eef

Analogous Colors of #ef866e

#ef866e #efc76e #ef6e97

Monochromatic Colors of #ef866e

#ef866e

Complementary Color

#ef866e #6ed7ef

#ef866e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef866e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef866e Color CSS Codes

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

#ef866e Text Font Color

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

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


#ef866e Background Color

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

This div background color is #ef866e


#ef866e Border Color

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

This div border color is #ef866e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef866e


Comments

No comments written yet.

Please login to write comment.