Color Hex Logo

#efabcf Color Hex

#EFABCF
(239,171,207)
0 Favorites   0 Comments

Color spaces of #efabcf

RGB 239171207
HSL0.910.680.80
HSV328°28°94°
CMYK 0.000.280.13   0.06
XYZ61.422051.981565.8276
Yxy51.98150.34270.2900
Hunter Lab72.098225.8961-3.6646
CIE-Lab77.269830.2552-8.3039

#efabcf color RGB value is (239,171,207).

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

The process color (four color CMYK) of #efabcf color hex is 0.00, 0.28, 0.13, 0.06. Web safe color of #efabcf is #ff99cc. Color #efabcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001111
Octal 357 253 317
Decimal 239 171 207
Hex EF AB CF

RGB Percentages of Color #efabcf

%38.74
%27.71
%33.55

CMYK Percentages of Color #efabcf

%0
%28
%13
%6

Triadic Colors of #efabcf

#efabcf #cfefab #abcfef

Analogous Colors of #efabcf

#efabcf #efabad #edabef

Monochromatic Colors of #efabcf

#efabcf

Complementary Color

#efabcf #abefcb

#efabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabcf Color CSS Codes

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

#efabcf Text Font Color

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

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


#efabcf Background Color

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

This div background color is #efabcf


#efabcf Border Color

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

This div border color is #efabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabcf


Comments

No comments written yet.

Please login to write comment.