Color Hex Logo

#bbf8ff Color Hex

#BBF8FF
(187,248,255)
0 Favorites   0 Comments

Color spaces of #bbf8ff

RGB 187248255
HSL0.521.000.87
HSV186°27°100°
CMYK 0.270.030.00   0.00
XYZ72.110984.9196107.1982
Yxy84.91960.27290.3214
Hunter Lab92.1518-21.5854-4.4645
CIE-Lab93.8485-17.4574-9.5692

#bbf8ff color RGB value is (187,248,255).

#bbf8ff hex color red value is 187, green value is 248 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbf8ff hue: 0.52 , saturation: 1.00 and the lightness value of bbf8ff is 0.87.

The process color (four color CMYK) of #bbf8ff color hex is 0.27, 0.03, 0.00, 0.00. Web safe color of #bbf8ff is #ccffff. Color #bbf8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 11111111
Octal 273 370 377
Decimal 187 248 255
Hex BB F8 FF

RGB Percentages of Color #bbf8ff

%27.10
%35.94
%36.96

CMYK Percentages of Color #bbf8ff

%27
%3
%0
%0

Triadic Colors of #bbf8ff

#bbf8ff #ffbbf8 #f8ffbb

Analogous Colors of #bbf8ff

#bbf8ff #bbd6ff #bbffe4

Monochromatic Colors of #bbf8ff

#bbf8ff

Complementary Color

#bbf8ff #ffc2bb

#bbf8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf8ff Color CSS Codes

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

#bbf8ff Text Font Color

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

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


#bbf8ff Background Color

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

This div background color is #bbf8ff


#bbf8ff Border Color

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

This div border color is #bbf8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.