Color Hex Logo

#ef986e Color Hex

#EF986E
(239,152,110)
0 Favorites   0 Comments

Color spaces of #ef986e

RGB 239152110
HSL0.050.800.68
HSV20°54°94°
CMYK 0.000.360.54   0.06
XYZ49.639341.933020.2294
Yxy41.93300.44400.3751
Hunter Lab64.755723.509026.8070
CIE-Lab70.824728.410035.5753

#ef986e color RGB value is (239,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 01101110
Octal 357 230 156
Decimal 239 152 110
Hex EF 98 6E

RGB Percentages of Color #ef986e

%47.70
%30.34
%21.96

CMYK Percentages of Color #ef986e

%0
%36
%54
%6

Triadic Colors of #ef986e

#ef986e #6eef98 #986eef

Analogous Colors of #ef986e

#ef986e #efd96e #ef6e85

Monochromatic Colors of #ef986e

#ef986e

Complementary Color

#ef986e #6ec5ef

#ef986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef986e Color CSS Codes

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

#ef986e Text Font Color

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

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


#ef986e Background Color

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

This div background color is #ef986e


#ef986e Border Color

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

This div border color is #ef986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef986e


Comments

No comments written yet.

Please login to write comment.