Color Hex Logo

#bbf9f8 Color Hex

#BBF9F8
(187,249,248)
0 Favorites   0 Comments

Color spaces of #bbf9f8

RGB 187249248
HSL0.500.840.85
HSV179°25°98°
CMYK 0.250.000.00   0.02
XYZ71.312585.0935101.4731
Yxy85.09350.27650.3300
Hunter Lab92.2461-23.4382-0.6482
CIE-Lab93.9234-19.4697-5.8330

#bbf9f8 color RGB value is (187,249,248).

#bbf9f8 hex color red value is 187, green value is 249 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #bbf9f8 hue: 0.50 , saturation: 0.84 and the lightness value of bbf9f8 is 0.85.

The process color (four color CMYK) of #bbf9f8 color hex is 0.25, 0.00, 0.00, 0.02. Web safe color of #bbf9f8 is #ccffff. Color #bbf9f8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11111000
Octal 273 371 370
Decimal 187 249 248
Hex BB F9 F8

RGB Percentages of Color #bbf9f8

%27.34
%36.40
%36.26

CMYK Percentages of Color #bbf9f8

%25
%0
%0
%2

Triadic Colors of #bbf9f8

#bbf9f8 #f8bbf9 #f9f8bb

Analogous Colors of #bbf9f8

#bbf9f8 #bbdbf9 #bbf9d9

Monochromatic Colors of #bbf9f8

#bbf9f8

Complementary Color

#bbf9f8 #f9bbbc

#bbf9f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9f8 Color CSS Codes

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

#bbf9f8 Text Font Color

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

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


#bbf9f8 Background Color

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

This div background color is #bbf9f8


#bbf9f8 Border Color

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

This div border color is #bbf9f8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9f8

Related Colors


Comments

No comments written yet.

Please login to write comment.