Color Hex Logo

#bbfbd6 Color Hex

#BBFBD6
(187,251,214)
0 Favorites   0 Comments

Color spaces of #bbfbd6

RGB 187251214
HSL0.400.890.86
HSV145°25°98°
CMYK 0.250.000.15   0.02
XYZ67.128384.414276.3739
Yxy84.41420.29450.3704
Hunter Lab91.8772-30.367515.0286
CIE-Lab93.6301-27.271211.3157

#bbfbd6 color RGB value is (187,251,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11010110
Octal 273 373 326
Decimal 187 251 214
Hex BB FB D6

RGB Percentages of Color #bbfbd6

%28.68
%38.50
%32.82

CMYK Percentages of Color #bbfbd6

%25
%0
%15
%2

Triadic Colors of #bbfbd6

#bbfbd6 #d6bbfb #fbd6bb

Analogous Colors of #bbfbd6

#bbfbd6 #bbfbf6 #c0fbbb

Monochromatic Colors of #bbfbd6

#bbfbd6

Complementary Color

#bbfbd6 #fbbbe0

#bbfbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbd6 Color CSS Codes

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

#bbfbd6 Text Font Color

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

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


#bbfbd6 Background Color

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

This div background color is #bbfbd6


#bbfbd6 Border Color

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

This div border color is #bbfbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbd6


Comments

No comments written yet.

Please login to write comment.