Color Hex Logo

#ef965c Color Hex

#EF965C
(239,150,92)
0 Favorites   0 Comments

Color spaces of #ef965c

RGB 23915092
HSL0.070.820.65
HSV24°62°94°
CMYK 0.000.370.62   0.06
XYZ48.434740.936115.4739
Yxy40.93610.46200.3904
Hunter Lab63.981323.159530.4476
CIE-Lab70.131128.115744.1317

#ef965c color RGB value is (239,150,92).

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

The process color (four color CMYK) of #ef965c color hex is 0.00, 0.37, 0.62, 0.06. Web safe color of #ef965c is #ff9966. Color #ef965c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01011100
Octal 357 226 134
Decimal 239 150 92
Hex EF 96 5C

RGB Percentages of Color #ef965c

%49.69
%31.19
%19.13

CMYK Percentages of Color #ef965c

%0
%37
%62
%6

Triadic Colors of #ef965c

#ef965c #5cef96 #965cef

Analogous Colors of #ef965c

#ef965c #efe05c #ef5c6c

Monochromatic Colors of #ef965c

#ef965c

Complementary Color

#ef965c #5cb5ef

#ef965c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef965c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef965c Color CSS Codes

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

#ef965c Text Font Color

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

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


#ef965c Background Color

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

This div background color is #ef965c


#ef965c Border Color

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

This div border color is #ef965c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef965c


Comments

No comments written yet.

Please login to write comment.