Color Hex Logo

#efb1fb Color Hex

#EFB1FB
(239,177,251)
0 Favorites   0 Comments

Color spaces of #efb1fb

RGB 239177251
HSL0.810.900.84
HSV290°29°98°
CMYK 0.050.290.00   0.02
XYZ68.731356.760098.6000
Yxy56.76000.30670.2533
Hunter Lab75.339231.0003-24.8582
CIE-Lab80.044434.8043-27.9008

#efb1fb color RGB value is (239,177,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 11111011
Octal 357 261 373
Decimal 239 177 251
Hex EF B1 FB

RGB Percentages of Color #efb1fb

%35.83
%26.54
%37.63

CMYK Percentages of Color #efb1fb

%5
%29
%0
%2

Triadic Colors of #efb1fb

#efb1fb #fbefb1 #b1fbef

Analogous Colors of #efb1fb

#efb1fb #fbb1e2 #cab1fb

Monochromatic Colors of #efb1fb

#efb1fb

Complementary Color

#efb1fb #bdfbb1

#efb1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb1fb Color CSS Codes

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

#efb1fb Text Font Color

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

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


#efb1fb Background Color

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

This div background color is #efb1fb


#efb1fb Border Color

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

This div border color is #efb1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb1fb


Comments

No comments written yet.

Please login to write comment.