Color Hex Logo

#bbfbda Color Hex

#BBFBDA
(187,251,218)
0 Favorites   0 Comments

Color spaces of #bbfbda

RGB 187251218
HSL0.410.890.86
HSV149°25°98°
CMYK 0.250.000.13   0.02
XYZ67.645684.621179.0979
Yxy84.62110.29240.3657
Hunter Lab91.9897-29.720213.4120
CIE-Lab93.7196-26.51619.3820

#bbfbda color RGB value is (187,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11011010
Octal 273 373 332
Decimal 187 251 218
Hex BB FB DA

RGB Percentages of Color #bbfbda

%28.51
%38.26
%33.23

CMYK Percentages of Color #bbfbda

%25
%0
%13
%2

Triadic Colors of #bbfbda

#bbfbda #dabbfb #fbdabb

Analogous Colors of #bbfbda

#bbfbda #bbfbfa #bcfbbb

Monochromatic Colors of #bbfbda

#bbfbda

Complementary Color

#bbfbda #fbbbdc

#bbfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbda Color CSS Codes

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

#bbfbda Text Font Color

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

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


#bbfbda Background Color

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

This div background color is #bbfbda


#bbfbda Border Color

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

This div border color is #bbfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbda


Comments

No comments written yet.

Please login to write comment.