Color Hex Logo

#bbcdfb Color Hex

#BBCDFB
(187,205,251)
0 Favorites   0 Comments

Color spaces of #bbcdfb

RGB 187205251
HSL0.620.890.86
HSV223°25°98°
CMYK 0.250.180.00   0.02
XYZ59.737461.192599.9296
Yxy61.19250.27050.2771
Hunter Lab78.2256-0.5824-20.9823
CIE-Lab82.48213.7995-24.5637

#bbcdfb color RGB value is (187,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11111011
Octal 273 315 373
Decimal 187 205 251
Hex BB CD FB

RGB Percentages of Color #bbcdfb

%29.08
%31.88
%39.04

CMYK Percentages of Color #bbcdfb

%25
%18
%0
%2

Triadic Colors of #bbcdfb

#bbcdfb #fbbbcd #cdfbbb

Analogous Colors of #bbcdfb

#bbcdfb #c9bbfb #bbedfb

Monochromatic Colors of #bbcdfb

#bbcdfb

Complementary Color

#bbcdfb #fbe9bb

#bbcdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdfb Color CSS Codes

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

#bbcdfb Text Font Color

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

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


#bbcdfb Background Color

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

This div background color is #bbcdfb


#bbcdfb Border Color

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

This div border color is #bbcdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdfb


Comments

No comments written yet.

Please login to write comment.