Color Hex Logo

#ef966b Color Hex

#EF966B
(239,150,107)
1 Favorites   0 Comments

Color spaces of #ef966b

RGB 239150107
HSL0.050.800.68
HSV20°55°94°
CMYK 0.000.370.55   0.06
XYZ49.156841.225019.2763
Yxy41.22500.44830.3759
Hunter Lab64.206724.298327.1445
CIE-Lab70.333329.219336.5492

#ef966b color RGB value is (239,150,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01101011
Octal 357 226 153
Decimal 239 150 107
Hex EF 96 6B

RGB Percentages of Color #ef966b

%48.19
%30.24
%21.57

CMYK Percentages of Color #ef966b

%0
%37
%55
%6

Triadic Colors of #ef966b

#ef966b #6bef96 #966bef

Analogous Colors of #ef966b

#ef966b #efd86b #ef6b82

Monochromatic Colors of #ef966b

#ef966b

Complementary Color

#ef966b #6bc4ef

#ef966b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef966b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef966b Color CSS Codes

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

#ef966b Text Font Color

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

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


#ef966b Background Color

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

This div background color is #ef966b


#ef966b Border Color

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

This div border color is #ef966b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef966b


Comments

No comments written yet.

Please login to write comment.