Color Hex Logo

#efb3fb Color Hex

#EFB3FB
(239,179,251)
0 Favorites   0 Comments

Color spaces of #efb3fb

RGB 239179251
HSL0.810.900.84
HSV290°29°98°
CMYK 0.050.290.00   0.02
XYZ69.129357.556098.7327
Yxy57.55600.30670.2553
Hunter Lab75.865729.8855-24.0549
CIE-Lab80.491333.7426-27.2171

#efb3fb color RGB value is (239,179,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 11111011
Octal 357 263 373
Decimal 239 179 251
Hex EF B3 FB

RGB Percentages of Color #efb3fb

%35.72
%26.76
%37.52

CMYK Percentages of Color #efb3fb

%5
%29
%0
%2

Triadic Colors of #efb3fb

#efb3fb #fbefb3 #b3fbef

Analogous Colors of #efb3fb

#efb3fb #fbb3e3 #cbb3fb

Monochromatic Colors of #efb3fb

#efb3fb

Complementary Color

#efb3fb #bffbb3

#efb3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3fb Color CSS Codes

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

#efb3fb Text Font Color

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

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


#efb3fb Background Color

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

This div background color is #efb3fb


#efb3fb Border Color

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

This div border color is #efb3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3fb


Comments

No comments written yet.

Please login to write comment.