Color Hex Logo

#efabfa Color Hex

#EFABFA
(239,171,250)
0 Favorites   0 Comments

Color spaces of #efabfa

RGB 239171250
HSL0.810.890.83
HSV292°32°98°
CMYK 0.040.320.00   0.02
XYZ67.414854.378797.3855
Yxy54.37870.30760.2481
Hunter Lab73.741934.1362-26.6806
CIE-Lab78.682037.7927-29.4520

#efabfa color RGB value is (239,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11111010
Octal 357 253 372
Decimal 239 171 250
Hex EF AB FA

RGB Percentages of Color #efabfa

%36.21
%25.91
%37.88

CMYK Percentages of Color #efabfa

%4
%32
%0
%2

Triadic Colors of #efabfa

#efabfa #faefab #abfaef

Analogous Colors of #efabfa

#efabfa #faabde #c8abfa

Monochromatic Colors of #efabfa

#efabfa

Complementary Color

#efabfa #b6faab

#efabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabfa Color CSS Codes

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

#efabfa Text Font Color

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

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


#efabfa Background Color

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

This div background color is #efabfa


#efabfa Border Color

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

This div border color is #efabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabfa


Comments

No comments written yet.

Please login to write comment.