Color Hex Logo

#efabff Color Hex

#EFABFF
(239,171,255)
0 Favorites   0 Comments

Color spaces of #efabff

RGB 239171255
HSL0.801.000.84
HSV289°33°100°
CMYK 0.060.330.00   0.00
XYZ68.209554.6965101.5702
Yxy54.69650.30390.2437
Hunter Lab73.957135.2030-29.6570
CIE-Lab78.866138.7445-31.8561

#efabff color RGB value is (239,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11111111
Octal 357 253 377
Decimal 239 171 255
Hex EF AB FF

RGB Percentages of Color #efabff

%35.94
%25.71
%38.35

CMYK Percentages of Color #efabff

%6
%33
%0
%0

Triadic Colors of #efabff

#efabff #ffefab #abffef

Analogous Colors of #efabff

#efabff #ffabe5 #c5abff

Monochromatic Colors of #efabff

#efabff

Complementary Color

#efabff #bbffab

#efabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabff Color CSS Codes

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

#efabff Text Font Color

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

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


#efabff Background Color

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

This div background color is #efabff


#efabff Border Color

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

This div border color is #efabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabff


Comments

No comments written yet.

Please login to write comment.