Color Hex Logo

#efacfc Color Hex

#EFACFC
(239,172,252)
0 Favorites   0 Comments

Color spaces of #efacfc

RGB 239172252
HSL0.810.930.83
HSV290°32°99°
CMYK 0.050.320.00   0.01
XYZ67.919854.884099.1094
Yxy54.88400.30610.2473
Hunter Lab74.083734.0019-27.4597
CIE-Lab78.974437.6432-30.0783

#efacfc color RGB value is (239,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11111100
Octal 357 254 374
Decimal 239 172 252
Hex EF AC FC

RGB Percentages of Color #efacfc

%36.05
%25.94
%38.01

CMYK Percentages of Color #efacfc

%5
%32
%0
%1

Triadic Colors of #efacfc

#efacfc #fcefac #acfcef

Analogous Colors of #efacfc

#efacfc #fcace1 #c7acfc

Monochromatic Colors of #efacfc

#efacfc

Complementary Color

#efacfc #b9fcac

#efacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacfc Color CSS Codes

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

#efacfc Text Font Color

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

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


#efacfc Background Color

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

This div background color is #efacfc


#efacfc Border Color

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

This div border color is #efacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacfc


Comments

No comments written yet.

Please login to write comment.