Color Hex Logo

#babbfb Color Hex

#BABBFB
(186,187,251)
0 Favorites   0 Comments

Color spaces of #babbfb

RGB 186187251
HSL0.660.890.86
HSV239°26°98°
CMYK 0.260.250.00   0.02
XYZ55.432652.944898.5645
Yxy52.94480.26790.2558
Hunter Lab72.76328.6497-29.3796
CIE-Lab77.842413.2529-31.6742

#babbfb color RGB value is (186,187,251).

#babbfb hex color red value is 186, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #babbfb hue: 0.66 , saturation: 0.89 and the lightness value of babbfb is 0.86.

The process color (four color CMYK) of #babbfb color hex is 0.26, 0.25, 0.00, 0.02. Web safe color of #babbfb is #ccccff. Color #babbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11111011
Octal 272 273 373
Decimal 186 187 251
Hex BA BB FB

RGB Percentages of Color #babbfb

%29.81
%29.97
%40.22

CMYK Percentages of Color #babbfb

%26
%25
%0
%2

Triadic Colors of #babbfb

#babbfb #fbbabb #bbfbba

Analogous Colors of #babbfb

#babbfb #dabafb #badcfb

Monochromatic Colors of #babbfb

#babbfb

Complementary Color

#babbfb #fbfaba

#babbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbfb Color CSS Codes

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

#babbfb Text Font Color

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

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


#babbfb Background Color

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

This div background color is #babbfb


#babbfb Border Color

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

This div border color is #babbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.