Color Hex Logo

#efacfe Color Hex

#EFACFE
(239,172,254)
0 Favorites   0 Comments

Color spaces of #efacfe

RGB 239172254
HSL0.800.980.84
HSV289°32°100°
CMYK 0.060.320.00   0.00
XYZ68.238555.0115100.7877
Yxy55.01150.30460.2455
Hunter Lab74.169734.4286-28.6491
CIE-Lab79.047938.0245-31.0396

#efacfe color RGB value is (239,172,254).

#efacfe hex color red value is 239, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #efacfe hue: 0.80 , saturation: 0.98 and the lightness value of efacfe is 0.84.

The process color (four color CMYK) of #efacfe color hex is 0.06, 0.32, 0.00, 0.00. Web safe color of #efacfe is #ff99ff. Color #efacfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111110
Octal 357 254 376
Decimal 239 172 254
Hex EF AC FE

RGB Percentages of Color #efacfe

%35.94
%25.86
%38.20

CMYK Percentages of Color #efacfe

%6
%32
%0
%0

Triadic Colors of #efacfe

#efacfe #feefac #acfeef

Analogous Colors of #efacfe

#efacfe #feace4 #c6acfe

Monochromatic Colors of #efacfe

#efacfe

Complementary Color

#efacfe #bbfeac

#efacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacfe Color CSS Codes

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

#efacfe Text Font Color

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

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


#efacfe Background Color

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

This div background color is #efacfe


#efacfe Border Color

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

This div border color is #efacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacfe


Comments

No comments written yet.

Please login to write comment.