Color Hex Logo

#bbfadb Color Hex

#BBFADB
(187,250,219)
0 Favorites   0 Comments

Color spaces of #bbfadb

RGB 187250219
HSL0.420.860.86
HSV150°25°98°
CMYK 0.250.000.12   0.02
XYZ67.465384.050579.6854
Yxy84.05050.29180.3635
Hunter Lab91.6791-29.082812.6418
CIE-Lab93.4724-25.84778.5118

#bbfadb color RGB value is (187,250,219).

#bbfadb hex color red value is 187, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbfadb hue: 0.42 , saturation: 0.86 and the lightness value of bbfadb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11011011
Octal 273 372 333
Decimal 187 250 219
Hex BB FA DB

RGB Percentages of Color #bbfadb

%28.51
%38.11
%33.38

CMYK Percentages of Color #bbfadb

%25
%0
%12
%2

Triadic Colors of #bbfadb

#bbfadb #dbbbfa #fadbbb

Analogous Colors of #bbfadb

#bbfadb #bbfafa #bbfabc

Monochromatic Colors of #bbfadb

#bbfadb

Complementary Color

#bbfadb #fabbda

#bbfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfadb Color CSS Codes

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

#bbfadb Text Font Color

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

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


#bbfadb Background Color

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

This div background color is #bbfadb


#bbfadb Border Color

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

This div border color is #bbfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfadb

Related Colors


Comments

No comments written yet.

Please login to write comment.