Color Hex Logo

#bbddfc Color Hex

#BBDDFC
(187,221,252)
0 Favorites   0 Comments

Color spaces of #bbddfc

RGB 187221252
HSL0.580.920.86
HSV209°26°99°
CMYK 0.260.120.00   0.01
XYZ63.920769.3060102.1039
Yxy69.30600.27160.2945
Hunter Lab83.2502-8.6331-14.4422
CIE-Lab86.6554-4.4158-18.7681

#bbddfc color RGB value is (187,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11111100
Octal 273 335 374
Decimal 187 221 252
Hex BB DD FC

RGB Percentages of Color #bbddfc

%28.33
%33.48
%38.18

CMYK Percentages of Color #bbddfc

%26
%12
%0
%1

Triadic Colors of #bbddfc

#bbddfc #fcbbdd #ddfcbb

Analogous Colors of #bbddfc

#bbddfc #bbbdfc #bbfcfb

Monochromatic Colors of #bbddfc

#bbddfc

Complementary Color

#bbddfc #fcdabb

#bbddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddfc Color CSS Codes

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

#bbddfc Text Font Color

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

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


#bbddfc Background Color

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

This div background color is #bbddfc


#bbddfc Border Color

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

This div border color is #bbddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddfc


Comments

No comments written yet.

Please login to write comment.