Color Hex Logo

#ef896e Color Hex

#EF896E
(239,137,110)
0 Favorites   0 Comments

Color spaces of #ef896e

RGB 239137110
HSL0.030.800.68
HSV13°54°94°
CMYK 0.000.430.54   0.06
XYZ47.356737.367819.4686
Yxy37.36780.45450.3586
Hunter Lab61.129231.307623.9076
CIE-Lab67.552136.247231.3818

#ef896e color RGB value is (239,137,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 01101110
Octal 357 211 156
Decimal 239 137 110
Hex EF 89 6E

RGB Percentages of Color #ef896e

%49.18
%28.19
%22.63

CMYK Percentages of Color #ef896e

%0
%43
%54
%6

Triadic Colors of #ef896e

#ef896e #6eef89 #896eef

Analogous Colors of #ef896e

#ef896e #efca6e #ef6e94

Monochromatic Colors of #ef896e

#ef896e

Complementary Color

#ef896e #6ed4ef

#ef896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef896e Color CSS Codes

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

#ef896e Text Font Color

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

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


#ef896e Background Color

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

This div background color is #ef896e


#ef896e Border Color

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

This div border color is #ef896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef896e


Comments

No comments written yet.

Please login to write comment.