Color Hex Logo

#bbfbf9 Color Hex

#BBFBF9
(187,251,249)
0 Favorites   0 Comments

Color spaces of #bbfbf9

RGB 187251249
HSL0.490.890.86
HSV178°25°98°
CMYK 0.250.000.01   0.02
XYZ72.089686.3987102.4996
Yxy86.39870.27620.3310
Hunter Lab92.9509-24.2255-0.3151
CIE-Lab94.4826-20.2355-5.5254

#bbfbf9 color RGB value is (187,251,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11111001
Octal 273 373 371
Decimal 187 251 249
Hex BB FB F9

RGB Percentages of Color #bbfbf9

%27.22
%36.54
%36.24

CMYK Percentages of Color #bbfbf9

%25
%0
%1
%2

Triadic Colors of #bbfbf9

#bbfbf9 #f9bbfb #fbf9bb

Analogous Colors of #bbfbf9

#bbfbf9 #bbddfb #bbfbd9

Monochromatic Colors of #bbfbf9

#bbfbf9

Complementary Color

#bbfbf9 #fbbbbd

#bbfbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbf9 Color CSS Codes

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

#bbfbf9 Text Font Color

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

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


#bbfbf9 Background Color

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

This div background color is #bbfbf9


#bbfbf9 Border Color

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

This div border color is #bbfbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.