Color Hex Logo

#ef967e Color Hex

#EF967E
(239,150,126)
0 Favorites   0 Comments

Color spaces of #ef967e

RGB 239150126
HSL0.040.780.72
HSV13°47°94°
CMYK 0.000.370.47   0.06
XYZ50.268841.669825.1323
Yxy41.66980.42940.3559
Hunter Lab64.552126.037322.1029
CIE-Lab70.642730.889626.7001

#ef967e color RGB value is (239,150,126).

#ef967e hex color red value is 239, green value is 150 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ef967e hue: 0.04 , saturation: 0.78 and the lightness value of ef967e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010110 01111110
Octal 357 226 176
Decimal 239 150 126
Hex EF 96 7E

RGB Percentages of Color #ef967e

%46.41
%29.13
%24.47

CMYK Percentages of Color #ef967e

%0
%37
%47
%6

Triadic Colors of #ef967e

#ef967e #7eef96 #967eef

Analogous Colors of #ef967e

#ef967e #efcf7e #ef7e9f

Monochromatic Colors of #ef967e

#ef967e

Complementary Color

#ef967e #7ed7ef

#ef967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef967e Color CSS Codes

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

#ef967e Text Font Color

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

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


#ef967e Background Color

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

This div background color is #ef967e


#ef967e Border Color

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

This div border color is #ef967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef967e


Comments

No comments written yet.

Please login to write comment.