Color Hex Logo

#ef938c Color Hex

#EF938C
(239,147,140)
0 Favorites   0 Comments

Color spaces of #ef938c

RGB 239147140
HSL0.010.760.74
HSV41°94°
CMYK 0.000.380.41   0.06
XYZ50.763941.111630.0707
Yxy41.11160.41630.3371
Hunter Lab64.118329.115317.0766
CIE-Lab70.254033.887818.4698

#ef938c color RGB value is (239,147,140).

#ef938c hex color red value is 239, green value is 147 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ef938c hue: 0.01 , saturation: 0.76 and the lightness value of ef938c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 10001100
Octal 357 223 214
Decimal 239 147 140
Hex EF 93 8C

RGB Percentages of Color #ef938c

%45.44
%27.95
%26.62

CMYK Percentages of Color #ef938c

%0
%38
%41
%6

Triadic Colors of #ef938c

#ef938c #8cef93 #938cef

Analogous Colors of #ef938c

#ef938c #efc58c #ef8cb7

Monochromatic Colors of #ef938c

#ef938c

Complementary Color

#ef938c #8ce8ef

#ef938c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef938c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef938c Color CSS Codes

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

#ef938c Text Font Color

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

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


#ef938c Background Color

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

This div background color is #ef938c


#ef938c Border Color

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

This div border color is #ef938c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef938c


Comments

No comments written yet.

Please login to write comment.