Color Hex Logo

#bbdbfa Color Hex

#BBDBFA
(187,219,250)
0 Favorites   0 Comments

Color spaces of #bbdbfa

RGB 187219250
HSL0.580.860.86
HSV210°25°98°
CMYK 0.250.120.00   0.02
XYZ63.080468.1300100.2682
Yxy68.13000.27250.2943
Hunter Lab82.5409-8.0312-14.2451
CIE-Lab86.0714-3.8269-18.5946

#bbdbfa color RGB value is (187,219,250).

#bbdbfa hex color red value is 187, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbdbfa hue: 0.58 , saturation: 0.86 and the lightness value of bbdbfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11111010
Octal 273 333 372
Decimal 187 219 250
Hex BB DB FA

RGB Percentages of Color #bbdbfa

%28.51
%33.38
%38.11

CMYK Percentages of Color #bbdbfa

%25
%12
%0
%2

Triadic Colors of #bbdbfa

#bbdbfa #fabbdb #dbfabb

Analogous Colors of #bbdbfa

#bbdbfa #bbbcfa #bbfafa

Monochromatic Colors of #bbdbfa

#bbdbfa

Complementary Color

#bbdbfa #fadabb

#bbdbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbfa Color CSS Codes

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

#bbdbfa Text Font Color

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

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


#bbdbfa Background Color

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

This div background color is #bbdbfa


#bbdbfa Border Color

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

This div border color is #bbdbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,219,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbfa


Comments

No comments written yet.

Please login to write comment.