Color Hex Logo

#ef935e Color Hex

#EF935E
(239,147,94)
0 Favorites   0 Comments

Color spaces of #ef935e

RGB 23914794
HSL0.060.820.65
HSV22°61°94°
CMYK 0.000.380.61   0.06
XYZ48.050740.026315.7830
Yxy40.02630.46260.3854
Hunter Lab63.266324.854429.4954
CIE-Lab69.488329.828542.3330

#ef935e color RGB value is (239,147,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 01011110
Octal 357 223 136
Decimal 239 147 94
Hex EF 93 5E

RGB Percentages of Color #ef935e

%49.79
%30.63
%19.58

CMYK Percentages of Color #ef935e

%0
%38
%61
%6

Triadic Colors of #ef935e

#ef935e #5eef93 #935eef

Analogous Colors of #ef935e

#ef935e #efdc5e #ef5e72

Monochromatic Colors of #ef935e

#ef935e

Complementary Color

#ef935e #5ebaef

#ef935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef935e Color CSS Codes

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

#ef935e Text Font Color

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

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


#ef935e Background Color

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

This div background color is #ef935e


#ef935e Border Color

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

This div border color is #ef935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef935e


Comments

No comments written yet.

Please login to write comment.