Color Hex Logo

#ef978d Color Hex

#EF978D
(239,151,141)
0 Favorites   0 Comments

Color spaces of #ef978d

RGB 239151141
HSL0.020.750.75
HSV41°94°
CMYK 0.000.370.41   0.06
XYZ51.470942.407030.6719
Yxy42.40700.41330.3405
Hunter Lab65.120727.124017.6588
CIE-Lab71.150631.897819.1534

#ef978d color RGB value is (239,151,141).

#ef978d hex color red value is 239, green value is 151 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ef978d hue: 0.02 , saturation: 0.75 and the lightness value of ef978d is 0.75.

The process color (four color CMYK) of #ef978d color hex is 0.00, 0.37, 0.41, 0.06. Web safe color of #ef978d is #ff9999. Color #ef978d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 10001101
Octal 357 227 215
Decimal 239 151 141
Hex EF 97 8D

RGB Percentages of Color #ef978d

%45.01
%28.44
%26.55

CMYK Percentages of Color #ef978d

%0
%37
%41
%6

Triadic Colors of #ef978d

#ef978d #8def97 #978def

Analogous Colors of #ef978d

#ef978d #efc88d #ef8db4

Monochromatic Colors of #ef978d

#ef978d

Complementary Color

#ef978d #8de5ef

#ef978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef978d Color CSS Codes

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

#ef978d Text Font Color

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

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


#ef978d Background Color

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

This div background color is #ef978d


#ef978d Border Color

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

This div border color is #ef978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef978d


Comments

No comments written yet.

Please login to write comment.