Color Hex Logo

#bbdcfc Color Hex

#BBDCFC
(187,220,252)
0 Favorites   0 Comments

Color spaces of #bbdcfc

RGB 187220252
HSL0.580.920.86
HSV210°26°99°
CMYK 0.260.130.00   0.01
XYZ63.657468.7795102.0161
Yxy68.77950.27150.2934
Hunter Lab82.9334-8.1218-14.8790
CIE-Lab86.3947-3.8948-19.1613

#bbdcfc color RGB value is (187,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111100
Octal 273 334 374
Decimal 187 220 252
Hex BB DC FC

RGB Percentages of Color #bbdcfc

%28.38
%33.38
%38.24

CMYK Percentages of Color #bbdcfc

%26
%13
%0
%1

Triadic Colors of #bbdcfc

#bbdcfc #fcbbdc #dcfcbb

Analogous Colors of #bbdcfc

#bbdcfc #bbbcfc #bbfcfc

Monochromatic Colors of #bbdcfc

#bbdcfc

Complementary Color

#bbdcfc #fcdbbb

#bbdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcfc Color CSS Codes

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

#bbdcfc Text Font Color

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

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


#bbdcfc Background Color

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

This div background color is #bbdcfc


#bbdcfc Border Color

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

This div border color is #bbdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcfc


Comments

No comments written yet.

Please login to write comment.