Color Hex Logo

#bbdefc Color Hex

#BBDEFC
(187,222,252)
0 Favorites   0 Comments

Color spaces of #bbdefc

RGB 187222252
HSL0.580.920.86
HSV208°26°99°
CMYK 0.260.120.00   0.01
XYZ64.185569.8356102.1921
Yxy69.83560.27170.2956
Hunter Lab83.5677-9.1437-14.0063
CIE-Lab86.9162-4.9360-18.3747

#bbdefc color RGB value is (187,222,252).

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

The process color (four color CMYK) of #bbdefc color hex is 0.26, 0.12, 0.00, 0.01. Web safe color of #bbdefc is #ccccff. Color #bbdefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11111100
Octal 273 336 374
Decimal 187 222 252
Hex BB DE FC

RGB Percentages of Color #bbdefc

%28.29
%33.59
%38.12

CMYK Percentages of Color #bbdefc

%26
%12
%0
%1

Triadic Colors of #bbdefc

#bbdefc #fcbbde #defcbb

Analogous Colors of #bbdefc

#bbdefc #bbbefc #bbfcfa

Monochromatic Colors of #bbdefc

#bbdefc

Complementary Color

#bbdefc #fcd9bb

#bbdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdefc Color CSS Codes

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

#bbdefc Text Font Color

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

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


#bbdefc Background Color

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

This div background color is #bbdefc


#bbdefc Border Color

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

This div border color is #bbdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdefc


Comments

No comments written yet.

Please login to write comment.