Color Hex Logo

#efacfb Color Hex

#EFACFB
(239,172,251)
0 Favorites   0 Comments

Color spaces of #efacfb

RGB 239172251
HSL0.810.910.83
HSV291°31°98°
CMYK 0.050.310.00   0.02
XYZ67.761754.820898.2768
Yxy54.82080.30680.2482
Hunter Lab74.041133.7897-26.8685
CIE-Lab78.937937.4532-29.5969

#efacfb color RGB value is (239,172,251).

#efacfb hex color red value is 239, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efacfb hue: 0.81 , saturation: 0.91 and the lightness value of efacfb is 0.83.

The process color (four color CMYK) of #efacfb color hex is 0.05, 0.31, 0.00, 0.02. Web safe color of #efacfb is #ff99ff. Color #efacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111011
Octal 357 254 373
Decimal 239 172 251
Hex EF AC FB

RGB Percentages of Color #efacfb

%36.10
%25.98
%37.92

CMYK Percentages of Color #efacfb

%5
%31
%0
%2

Triadic Colors of #efacfb

#efacfb #fbefac #acfbef

Analogous Colors of #efacfb

#efacfb #fbace0 #c8acfb

Monochromatic Colors of #efacfb

#efacfb

Complementary Color

#efacfb #b8fbac

#efacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacfb Color CSS Codes

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

#efacfb Text Font Color

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

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


#efacfb Background Color

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

This div background color is #efacfb


#efacfb Border Color

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

This div border color is #efacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacfb


Comments

No comments written yet.

Please login to write comment.