Color Hex Logo

#ef866b Color Hex

#EF866B
(239,134,107)
0 Favorites   0 Comments

Color spaces of #ef866b

RGB 239134107
HSL0.030.800.68
HSV12°55°94°
CMYK 0.000.440.55   0.06
XYZ46.775536.462518.4825
Yxy36.46250.45980.3585
Hunter Lab60.384232.599424.1213
CIE-Lab66.871837.551132.1444

#ef866b color RGB value is (239,134,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 01101011
Octal 357 206 153
Decimal 239 134 107
Hex EF 86 6B

RGB Percentages of Color #ef866b

%49.79
%27.92
%22.29

CMYK Percentages of Color #ef866b

%0
%44
%55
%6

Triadic Colors of #ef866b

#ef866b #6bef86 #866bef

Analogous Colors of #ef866b

#ef866b #efc86b #ef6b92

Monochromatic Colors of #ef866b

#ef866b

Complementary Color

#ef866b #6bd4ef

#ef866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef866b Color CSS Codes

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

#ef866b Text Font Color

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

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


#ef866b Background Color

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

This div background color is #ef866b


#ef866b Border Color

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

This div border color is #ef866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef866b


Comments

No comments written yet.

Please login to write comment.