Color Hex Logo

#ef986b Color Hex

#EF986B
(239,152,107)
0 Favorites   0 Comments

Color spaces of #ef986b

RGB 239152107
HSL0.060.800.68
HSV20°55°94°
CMYK 0.000.360.55   0.06
XYZ49.478741.868719.3836
Yxy41.86870.44680.3781
Hunter Lab64.706023.257927.5331
CIE-Lab70.780328.166637.1120

#ef986b color RGB value is (239,152,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 01101011
Octal 357 230 153
Decimal 239 152 107
Hex EF 98 6B

RGB Percentages of Color #ef986b

%47.99
%30.52
%21.49

CMYK Percentages of Color #ef986b

%0
%36
%55
%6

Triadic Colors of #ef986b

#ef986b #6bef98 #986bef

Analogous Colors of #ef986b

#ef986b #efda6b #ef6b80

Monochromatic Colors of #ef986b

#ef986b

Complementary Color

#ef986b #6bc2ef

#ef986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef986b Color CSS Codes

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

#ef986b Text Font Color

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

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


#ef986b Background Color

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

This div background color is #ef986b


#ef986b Border Color

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

This div border color is #ef986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef986b


Comments

No comments written yet.

Please login to write comment.