Color Hex Logo

#ef985e Color Hex

#EF985E
(239,152,94)
0 Favorites   0 Comments

Color spaces of #ef985e

RGB 23915294
HSL0.070.820.65
HSV24°61°94°
CMYK 0.000.360.61   0.06
XYZ48.845241.615316.0478
Yxy41.61530.45860.3907
Hunter Lab64.509922.263130.4077
CIE-Lab70.604927.198843.6739

#ef985e color RGB value is (239,152,94).

#ef985e hex color red value is 239, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ef985e hue: 0.07 , saturation: 0.82 and the lightness value of ef985e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 01011110
Octal 357 230 136
Decimal 239 152 94
Hex EF 98 5E

RGB Percentages of Color #ef985e

%49.28
%31.34
%19.38

CMYK Percentages of Color #ef985e

%0
%36
%61
%6

Triadic Colors of #ef985e

#ef985e #5eef98 #985eef

Analogous Colors of #ef985e

#ef985e #efe15e #ef5e6d

Monochromatic Colors of #ef985e

#ef985e

Complementary Color

#ef985e #5eb5ef

#ef985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef985e Color CSS Codes

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

#ef985e Text Font Color

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

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


#ef985e Background Color

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

This div background color is #ef985e


#ef985e Border Color

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

This div border color is #ef985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef985e


Comments

No comments written yet.

Please login to write comment.