Color Hex Logo

#bbdcfb Color Hex

#BBDCFB
(187,220,251)
0 Favorites   0 Comments

Color spaces of #bbdcfb

RGB 187220251
HSL0.580.890.86
HSV209°25°98°
CMYK 0.250.120.00   0.02
XYZ63.499368.7162101.1836
Yxy68.71620.27210.2944
Hunter Lab82.8952-8.3323-14.3439
CIE-Lab86.3633-4.1218-18.6816

#bbdcfb color RGB value is (187,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111011
Octal 273 334 373
Decimal 187 220 251
Hex BB DC FB

RGB Percentages of Color #bbdcfb

%28.42
%33.43
%38.15

CMYK Percentages of Color #bbdcfb

%25
%12
%0
%2

Triadic Colors of #bbdcfb

#bbdcfb #fbbbdc #dcfbbb

Analogous Colors of #bbdcfb

#bbdcfb #bbbcfb #bbfbfa

Monochromatic Colors of #bbdcfb

#bbdcfb

Complementary Color

#bbdcfb #fbdabb

#bbdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcfb Color CSS Codes

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

#bbdcfb Text Font Color

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

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


#bbdcfb Background Color

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

This div background color is #bbdcfb


#bbdcfb Border Color

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

This div border color is #bbdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcfb


Comments

No comments written yet.

Please login to write comment.