Color Hex Logo

#bbdbf8 Color Hex

#BBDBF8
(187,219,248)
0 Favorites   0 Comments

Color spaces of #bbdbf8

RGB 187219248
HSL0.580.810.85
HSV209°25°97°
CMYK 0.250.120.00   0.03
XYZ62.768368.005198.6250
Yxy68.00510.27360.2964
Hunter Lab82.4652-8.4490-13.1828
CIE-Lab86.0090-4.2784-17.6334

#bbdbf8 color RGB value is (187,219,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11111000
Octal 273 333 370
Decimal 187 219 248
Hex BB DB F8

RGB Percentages of Color #bbdbf8

%28.59
%33.49
%37.92

CMYK Percentages of Color #bbdbf8

%25
%12
%0
%3

Triadic Colors of #bbdbf8

#bbdbf8 #f8bbdb #dbf8bb

Analogous Colors of #bbdbf8

#bbdbf8 #bbbdf8 #bbf8f7

Monochromatic Colors of #bbdbf8

#bbdbf8

Complementary Color

#bbdbf8 #f8d8bb

#bbdbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbf8 Color CSS Codes

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

#bbdbf8 Text Font Color

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

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


#bbdbf8 Background Color

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

This div background color is #bbdbf8


#bbdbf8 Border Color

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

This div border color is #bbdbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbf8


Comments

No comments written yet.

Please login to write comment.