Color Hex Logo

#efacfa Color Hex

#EFACFA
(239,172,250)
0 Favorites   0 Comments

Color spaces of #efacfa

RGB 239172250
HSL0.810.890.83
HSV292°31°98°
CMYK 0.040.310.00   0.02
XYZ67.604454.757997.4487
Yxy54.75790.30760.2491
Hunter Lab73.998633.5784-26.2800
CIE-Lab78.901637.2639-29.1151

#efacfa color RGB value is (239,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111010
Octal 357 254 372
Decimal 239 172 250
Hex EF AC FA

RGB Percentages of Color #efacfa

%36.16
%26.02
%37.82

CMYK Percentages of Color #efacfa

%4
%31
%0
%2

Triadic Colors of #efacfa

#efacfa #faefac #acfaef

Analogous Colors of #efacfa

#efacfa #faacde #c8acfa

Monochromatic Colors of #efacfa

#efacfa

Complementary Color

#efacfa #b7faac

#efacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacfa Color CSS Codes

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

#efacfa Text Font Color

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

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


#efacfa Background Color

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

This div background color is #efacfa


#efacfa Border Color

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

This div border color is #efacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacfa

Related Colors


Comments

No comments written yet.

Please login to write comment.