Color Hex Logo

#ef856e Color Hex

#EF856E
(239,133,110)
0 Favorites   0 Comments

Color spaces of #ef856e

RGB 239133110
HSL0.030.800.68
HSV11°54°94°
CMYK 0.000.440.54   0.06
XYZ46.798636.251619.2825
Yxy36.25160.45730.3543
Hunter Lab60.209333.375623.1584
CIE-Lab66.711738.306130.2931

#ef856e color RGB value is (239,133,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 01101110
Octal 357 205 156
Decimal 239 133 110
Hex EF 85 6E

RGB Percentages of Color #ef856e

%49.59
%27.59
%22.82

CMYK Percentages of Color #ef856e

%0
%44
%54
%6

Triadic Colors of #ef856e

#ef856e #6eef85 #856eef

Analogous Colors of #ef856e

#ef856e #efc66e #ef6e98

Monochromatic Colors of #ef856e

#ef856e

Complementary Color

#ef856e #6ed8ef

#ef856e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef856e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef856e Color CSS Codes

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

#ef856e Text Font Color

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

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


#ef856e Background Color

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

This div background color is #ef856e


#ef856e Border Color

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

This div border color is #ef856e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,133,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 #ef856e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef856e


Comments

No comments written yet.

Please login to write comment.