Color Hex Logo

#bbecfc Color Hex

#BBECFC
(187,236,252)
0 Favorites   0 Comments

Color spaces of #bbecfc

RGB 187236252
HSL0.540.920.86
HSV195°26°99°
CMYK 0.260.060.00   0.01
XYZ68.059777.5840103.4835
Yxy77.58400.27320.3114
Hunter Lab88.0818-16.2184-8.0000
CIE-Lab90.5897-12.1162-12.8624

#bbecfc color RGB value is (187,236,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 11111100
Octal 273 354 374
Decimal 187 236 252
Hex BB EC FC

RGB Percentages of Color #bbecfc

%27.70
%34.96
%37.33

CMYK Percentages of Color #bbecfc

%26
%6
%0
%1

Triadic Colors of #bbecfc

#bbecfc #fcbbec #ecfcbb

Analogous Colors of #bbecfc

#bbecfc #bbccfc #bbfcec

Monochromatic Colors of #bbecfc

#bbecfc

Complementary Color

#bbecfc #fccbbb

#bbecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecfc Color CSS Codes

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

#bbecfc Text Font Color

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

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


#bbecfc Background Color

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

This div background color is #bbecfc


#bbecfc Border Color

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

This div border color is #bbecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecfc


Comments

No comments written yet.

Please login to write comment.