Color Hex Logo

#bbe4fb Color Hex

#BBE4FB
(187,228,251)
0 Favorites   0 Comments

Color spaces of #bbe4fb

RGB 187228251
HSL0.560.890.86
HSV202°25°98°
CMYK 0.250.090.00   0.02
XYZ65.649573.0166101.9003
Yxy73.01660.27290.3035
Hunter Lab85.4498-12.3987-10.8895
CIE-Lab88.4556-8.2614-15.5339

#bbe4fb color RGB value is (187,228,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 11111011
Octal 273 344 373
Decimal 187 228 251
Hex BB E4 FB

RGB Percentages of Color #bbe4fb

%28.08
%34.23
%37.69

CMYK Percentages of Color #bbe4fb

%25
%9
%0
%2

Triadic Colors of #bbe4fb

#bbe4fb #fbbbe4 #e4fbbb

Analogous Colors of #bbe4fb

#bbe4fb #bbc4fb #bbfbf2

Monochromatic Colors of #bbe4fb

#bbe4fb

Complementary Color

#bbe4fb #fbd2bb

#bbe4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe4fb Color CSS Codes

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

#bbe4fb Text Font Color

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

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


#bbe4fb Background Color

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

This div background color is #bbe4fb


#bbe4fb Border Color

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

This div border color is #bbe4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe4fb


Comments

No comments written yet.

Please login to write comment.