Color Hex Logo

#bbebfc Color Hex

#BBEBFC
(187,235,252)
0 Favorites   0 Comments

Color spaces of #bbebfc

RGB 187235252
HSL0.540.920.86
HSV196°26°99°
CMYK 0.260.070.00   0.01
XYZ67.772577.0097103.3878
Yxy77.00970.27310.3103
Hunter Lab87.7552-15.7177-8.4232
CIE-Lab90.3261-11.6099-13.2563

#bbebfc color RGB value is (187,235,252).

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

The process color (four color CMYK) of #bbebfc color hex is 0.26, 0.07, 0.00, 0.01. Web safe color of #bbebfc is #ccffff. Color #bbebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11111100
Octal 273 353 374
Decimal 187 235 252
Hex BB EB FC

RGB Percentages of Color #bbebfc

%27.74
%34.87
%37.39

CMYK Percentages of Color #bbebfc

%26
%7
%0
%1

Triadic Colors of #bbebfc

#bbebfc #fcbbeb #ebfcbb

Analogous Colors of #bbebfc

#bbebfc #bbcbfc #bbfced

Monochromatic Colors of #bbebfc

#bbebfc

Complementary Color

#bbebfc #fcccbb

#bbebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebfc Color CSS Codes

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

#bbebfc Text Font Color

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

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


#bbebfc Background Color

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

This div background color is #bbebfc


#bbebfc Border Color

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

This div border color is #bbebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebfc


Comments

No comments written yet.

Please login to write comment.