Color Hex Logo

#bbdcfe Color Hex

#BBDCFE
(187,220,254)
0 Favorites   0 Comments

Color spaces of #bbdcfe

RGB 187220254
HSL0.580.970.86
HSV210°26°100°
CMYK 0.260.130.00   0.00
XYZ63.976168.9070103.6944
Yxy68.90700.27040.2913
Hunter Lab83.0102-7.6977-15.9565
CIE-Lab86.4580-3.4385-20.1196

#bbdcfe color RGB value is (187,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111110
Octal 273 334 376
Decimal 187 220 254
Hex BB DC FE

RGB Percentages of Color #bbdcfe

%28.29
%33.28
%38.43

CMYK Percentages of Color #bbdcfe

%26
%13
%0
%0

Triadic Colors of #bbdcfe

#bbdcfe #febbdc #dcfebb

Analogous Colors of #bbdcfe

#bbdcfe #bcbbfe #bbfefe

Monochromatic Colors of #bbdcfe

#bbdcfe

Complementary Color

#bbdcfe #feddbb

#bbdcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcfe Color CSS Codes

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

#bbdcfe Text Font Color

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

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


#bbdcfe Background Color

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

This div background color is #bbdcfe


#bbdcfe Border Color

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

This div border color is #bbdcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.