Color Hex Logo

#ef886f Color Hex

#EF886F
(239,136,111)
0 Favorites   0 Comments

Color spaces of #ef886f

RGB 239136111
HSL0.030.800.69
HSV12°54°94°
CMYK 0.000.430.54   0.06
XYZ47.270037.106719.7098
Yxy37.10670.45410.3565
Hunter Lab60.915331.913623.4568
CIE-Lab67.357036.845930.5821

#ef886f color RGB value is (239,136,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001000 01101111
Octal 357 210 157
Decimal 239 136 111
Hex EF 88 6F

RGB Percentages of Color #ef886f

%49.18
%27.98
%22.84

CMYK Percentages of Color #ef886f

%0
%43
%54
%6

Triadic Colors of #ef886f

#ef886f #6fef88 #886fef

Analogous Colors of #ef886f

#ef886f #efc86f #ef6f96

Monochromatic Colors of #ef886f

#ef886f

Complementary Color

#ef886f #6fd6ef

#ef886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef886f Color CSS Codes

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

#ef886f Text Font Color

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

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


#ef886f Background Color

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

This div background color is #ef886f


#ef886f Border Color

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

This div border color is #ef886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef886f


Comments

No comments written yet.

Please login to write comment.