Color Hex Logo

#bbccfe Color Hex

#BBCCFE
(187,204,254)
0 Favorites   0 Comments

Color spaces of #bbccfe

RGB 187204254
HSL0.620.970.86
HSV225°26°100°
CMYK 0.260.200.00   0.00
XYZ59.975860.9063102.3610
Yxy60.90630.26870.2728
Hunter Lab78.04250.6032-23.1354
CIE-Lab82.32835.0313-26.3926

#bbccfe color RGB value is (187,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11111110
Octal 273 314 376
Decimal 187 204 254
Hex BB CC FE

RGB Percentages of Color #bbccfe

%28.99
%31.63
%39.38

CMYK Percentages of Color #bbccfe

%26
%20
%0
%0

Triadic Colors of #bbccfe

#bbccfe #febbcc #ccfebb

Analogous Colors of #bbccfe

#bbccfe #ccbbfe #bbeefe

Monochromatic Colors of #bbccfe

#bbccfe

Complementary Color

#bbccfe #feedbb

#bbccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccfe Color CSS Codes

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

#bbccfe Text Font Color

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

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


#bbccfe Background Color

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

This div background color is #bbccfe


#bbccfe Border Color

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

This div border color is #bbccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccfe


Comments

No comments written yet.

Please login to write comment.