color codes Logo

#efabfc color codes

#EFABFC
(239,171,252)
0 Favorites   0 Comments

Color spaces of #efabfc

RGB 239171252
HSL0.810.930.83
HSV290°32°99°
CMYK 0.050.320.00   0.01
XYZ67.730254.504899.0462
Yxy54.50480.30610.2463
Hunter Lab73.827434.5604-27.8638
CIE-Lab78.755238.1718-30.4151

#efabfc color RGB value is (239,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11111100
Octal 357 253 374
Decimal 239 171 252
Hex EF AB FC

RGB Percentages of Color #efabfc

%36.10
%25.83
%38.07

CMYK Percentages of Color #efabfc

%5
%32
%0
%1

Triadic Colors of #efabfc

#efabfc #fcefab #abfcef

Analogous Colors of #efabfc

#efabfc #fcabe1 #c7abfc

Monochromatic Colors of #efabfc

#efabfc

Complementary Color

#efabfc #b8fcab

#efabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabfc Color CSS Codes

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

#efabfc Text Font Color

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

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


#efabfc Background Color

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

This div background color is #efabfc


#efabfc Border Color

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

This div border color is #efabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabfc

Related Colors


Comments

No comments written yet.

Please login to write comment.