Color Hex Logo

#bbd0fb Color Hex

#BBD0FB
(187,208,251)
1 Favorites   0 Comments

Color spaces of #bbd0fb

RGB 187208251
HSL0.610.890.86
HSV220°25°98°
CMYK 0.250.170.00   0.02
XYZ60.462062.6416100.1711
Yxy62.64160.27080.2806
Hunter Lab79.1464-2.1456-19.6374
CIE-Lab83.25342.1995-23.3903

#bbd0fb color RGB value is (187,208,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11111011
Octal 273 320 373
Decimal 187 208 251
Hex BB D0 FB

RGB Percentages of Color #bbd0fb

%28.95
%32.20
%38.85

CMYK Percentages of Color #bbd0fb

%25
%17
%0
%2

Triadic Colors of #bbd0fb

#bbd0fb #fbbbd0 #d0fbbb

Analogous Colors of #bbd0fb

#bbd0fb #c6bbfb #bbf0fb

Monochromatic Colors of #bbd0fb

#bbd0fb

Complementary Color

#bbd0fb #fbe6bb

#bbd0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0fb Color CSS Codes

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

#bbd0fb Text Font Color

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

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


#bbd0fb Background Color

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

This div background color is #bbd0fb


#bbd0fb Border Color

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

This div border color is #bbd0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0fb


Comments

No comments written yet.

Please login to write comment.