Color Hex Logo

#ef9faf Color Hex

#EF9FAF
(239,159,175)
0 Favorites   0 Comments

Color spaces of #ef9faf

RGB 239159175
HSL0.970.710.78
HSV348°33°94°
CMYK 0.000.330.27   0.06
XYZ55.732646.242146.5456
Yxy46.24210.37530.3114
Hunter Lab68.001527.29217.0183
CIE-Lab73.702431.85023.9975

#ef9faf color RGB value is (239,159,175).

#ef9faf hex color red value is 239, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef9faf hue: 0.97 , saturation: 0.71 and the lightness value of ef9faf is 0.78.

The process color (four color CMYK) of #ef9faf color hex is 0.00, 0.33, 0.27, 0.06. Web safe color of #ef9faf is #ff9999. Color #ef9faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011111 10101111
Octal 357 237 257
Decimal 239 159 175
Hex EF 9F AF

RGB Percentages of Color #ef9faf

%41.71
%27.75
%30.54

CMYK Percentages of Color #ef9faf

%0
%33
%27
%6

Triadic Colors of #ef9faf

#ef9faf #afef9f #9fafef

Analogous Colors of #ef9faf

#ef9faf #efb79f #ef9fd7

Monochromatic Colors of #ef9faf

#ef9faf

Complementary Color

#ef9faf #9fefdf

#ef9faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9faf Color CSS Codes

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

#ef9faf Text Font Color

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

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


#ef9faf Background Color

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

This div background color is #ef9faf


#ef9faf Border Color

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

This div border color is #ef9faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9faf


Comments

No comments written yet.

Please login to write comment.