Color Hex Logo

#efacf2 Color Hex

#EFACF2
(239,172,242)
0 Favorites   0 Comments

Color spaces of #efacf2

RGB 239172242
HSL0.830.730.81
HSV297°29°95°
CMYK 0.010.290.00   0.05
XYZ66.376154.266690.9805
Yxy54.26660.31370.2564
Hunter Lab73.665931.9209-21.6596
CIE-Lab78.616935.7714-25.2436

#efacf2 color RGB value is (239,172,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11110010
Octal 357 254 362
Decimal 239 172 242
Hex EF AC F2

RGB Percentages of Color #efacf2

%36.60
%26.34
%37.06

CMYK Percentages of Color #efacf2

%1
%29
%0
%5

Triadic Colors of #efacf2

#efacf2 #f2efac #acf2ef

Analogous Colors of #efacf2

#efacf2 #f2acd2 #ccacf2

Monochromatic Colors of #efacf2

#efacf2

Complementary Color

#efacf2 #aff2ac

#efacf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacf2 Color CSS Codes

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

#efacf2 Text Font Color

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

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


#efacf2 Background Color

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

This div background color is #efacf2


#efacf2 Border Color

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

This div border color is #efacf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacf2


Comments

No comments written yet.

Please login to write comment.