Color Hex Logo

#efa8fb Color Hex

#EFA8FB
(239,168,251)
0 Favorites   0 Comments

Color spaces of #efa8fb

RGB 239168251
HSL0.810.910.82
HSV291°33°98°
CMYK 0.050.330.00   0.02
XYZ67.011853.321098.0269
Yxy53.32100.30690.2442
Hunter Lab73.021236.0228-28.4786
CIE-Lab78.064139.5658-30.9395

#efa8fb color RGB value is (239,168,251).

#efa8fb hex color red value is 239, green value is 168 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efa8fb hue: 0.81 , saturation: 0.91 and the lightness value of efa8fb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 11111011
Octal 357 250 373
Decimal 239 168 251
Hex EF A8 FB

RGB Percentages of Color #efa8fb

%36.32
%25.53
%38.15

CMYK Percentages of Color #efa8fb

%5
%33
%0
%2

Triadic Colors of #efa8fb

#efa8fb #fbefa8 #a8fbef

Analogous Colors of #efa8fb

#efa8fb #fba8de #c6a8fb

Monochromatic Colors of #efa8fb

#efa8fb

Complementary Color

#efa8fb #b4fba8

#efa8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa8fb Color CSS Codes

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

#efa8fb Text Font Color

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

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


#efa8fb Background Color

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

This div background color is #efa8fb


#efa8fb Border Color

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

This div border color is #efa8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.