Color Hex Logo

#bbdffb Color Hex

#BBDFFB
(187,223,251)
0 Favorites   0 Comments

Color spaces of #bbdffb

RGB 187223251
HSL0.570.890.86
HSV206°25°98°
CMYK 0.250.110.00   0.02
XYZ64.293870.3052101.4484
Yxy70.30520.27240.2978
Hunter Lab83.8482-9.8627-13.0416
CIE-Lab87.1463-5.6815-17.5017

#bbdffb color RGB value is (187,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11111011
Octal 273 337 373
Decimal 187 223 251
Hex BB DF FB

RGB Percentages of Color #bbdffb

%28.29
%33.74
%37.97

CMYK Percentages of Color #bbdffb

%25
%11
%0
%2

Triadic Colors of #bbdffb

#bbdffb #fbbbdf #dffbbb

Analogous Colors of #bbdffb

#bbdffb #bbbffb #bbfbf7

Monochromatic Colors of #bbdffb

#bbdffb

Complementary Color

#bbdffb #fbd7bb

#bbdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdffb Color CSS Codes

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

#bbdffb Text Font Color

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

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


#bbdffb Background Color

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

This div background color is #bbdffb


#bbdffb Border Color

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

This div border color is #bbdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdffb


Comments

No comments written yet.

Please login to write comment.