Color Hex Logo

#bbf4bd Color Hex

#BBF4BD
(187,244,189)
0 Favorites   0 Comments

Color spaces of #bbf4bd

RGB 187244189
HSL0.340.720.85
HSV122°23°96°
CMYK 0.230.000.23   0.04
XYZ62.029578.940360.1118
Yxy78.94030.30850.3926
Hunter Lab88.8484-30.864822.0802
CIE-Lab91.2073-28.399820.7699

#bbf4bd color RGB value is (187,244,189).

#bbf4bd hex color red value is 187, green value is 244 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbf4bd hue: 0.34 , saturation: 0.72 and the lightness value of bbf4bd is 0.85.

The process color (four color CMYK) of #bbf4bd color hex is 0.23, 0.00, 0.23, 0.04. Web safe color of #bbf4bd is #ccffcc. Color #bbf4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 10111101
Octal 273 364 275
Decimal 187 244 189
Hex BB F4 BD

RGB Percentages of Color #bbf4bd

%30.16
%39.35
%30.48

CMYK Percentages of Color #bbf4bd

%23
%0
%23
%4

Triadic Colors of #bbf4bd

#bbf4bd #bdbbf4 #f4bdbb

Analogous Colors of #bbf4bd

#bbf4bd #bbf4da #d6f4bb

Monochromatic Colors of #bbf4bd

#bbf4bd

Complementary Color

#bbf4bd #f4bbf2

#bbf4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf4bd Color CSS Codes

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

#bbf4bd Text Font Color

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

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


#bbf4bd Background Color

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

This div background color is #bbf4bd


#bbf4bd Border Color

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

This div border color is #bbf4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf4bd


Comments

No comments written yet.

Please login to write comment.