Color Hex Logo

#ef966a Color Hex

#EF966A
(239,150,106)
0 Favorites   0 Comments

Color spaces of #ef966a

RGB 239150106
HSL0.060.810.68
HSV20°56°94°
CMYK 0.000.370.56   0.06
XYZ49.104541.204019.0008
Yxy41.20400.44920.3769
Hunter Lab64.190324.216327.3830
CIE-Lab70.318629.140137.0615

#ef966a color RGB value is (239,150,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01101010
Octal 357 226 152
Decimal 239 150 106
Hex EF 96 6A

RGB Percentages of Color #ef966a

%48.28
%30.30
%21.41

CMYK Percentages of Color #ef966a

%0
%37
%56
%6

Triadic Colors of #ef966a

#ef966a #6aef96 #966aef

Analogous Colors of #ef966a

#ef966a #efd96a #ef6a81

Monochromatic Colors of #ef966a

#ef966a

Complementary Color

#ef966a #6ac3ef

#ef966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef966a Color CSS Codes

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

#ef966a Text Font Color

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

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


#ef966a Background Color

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

This div background color is #ef966a


#ef966a Border Color

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

This div border color is #ef966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef966a


Comments

No comments written yet.

Please login to write comment.