Color Hex Logo

#efc2fa Color Hex

#EFC2FA
(239,194,250)
0 Favorites   0 Comments

Color spaces of #efc2fa

RGB 239194250
HSL0.800.850.87
HSV288°22°98°
CMYK 0.040.220.00   0.02
XYZ72.143763.836498.9618
Yxy63.83640.30710.2717
Hunter Lab79.897721.3558-17.5086
CIE-Lab83.880525.5770-21.5232

#efc2fa color RGB value is (239,194,250).

#efc2fa hex color red value is 239, green value is 194 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efc2fa hue: 0.80 , saturation: 0.85 and the lightness value of efc2fa is 0.87.

The process color (four color CMYK) of #efc2fa color hex is 0.04, 0.22, 0.00, 0.02. Web safe color of #efc2fa is #ffccff. Color #efc2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 11111010
Octal 357 302 372
Decimal 239 194 250
Hex EF C2 FA

RGB Percentages of Color #efc2fa

%34.99
%28.40
%36.60

CMYK Percentages of Color #efc2fa

%4
%22
%0
%2

Triadic Colors of #efc2fa

#efc2fa #faefc2 #c2faef

Analogous Colors of #efc2fa

#efc2fa #fac2e9 #d3c2fa

Monochromatic Colors of #efc2fa

#efc2fa

Complementary Color

#efc2fa #cdfac2

#efc2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc2fa Color CSS Codes

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

#efc2fa Text Font Color

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

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


#efc2fa Background Color

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

This div background color is #efc2fa


#efc2fa Border Color

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

This div border color is #efc2fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,194,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 #efc2fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc2fa


Comments

No comments written yet.

Please login to write comment.