Color Hex Logo

#bbfbdd Color Hex

#BBFBDD
(187,251,221)
0 Favorites   0 Comments

Color spaces of #bbfbdd

RGB 187251221
HSL0.420.890.86
HSV152°25°98°
CMYK 0.250.000.12   0.02
XYZ68.041884.779681.1845
Yxy84.77960.29080.3623
Hunter Lab92.0758-29.225612.1763
CIE-Lab93.7881-25.94137.9328

#bbfbdd color RGB value is (187,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11011101
Octal 273 373 335
Decimal 187 251 221
Hex BB FB DD

RGB Percentages of Color #bbfbdd

%28.38
%38.09
%33.54

CMYK Percentages of Color #bbfbdd

%25
%0
%12
%2

Triadic Colors of #bbfbdd

#bbfbdd #ddbbfb #fbddbb

Analogous Colors of #bbfbdd

#bbfbdd #bbf9fb #bbfbbd

Monochromatic Colors of #bbfbdd

#bbfbdd

Complementary Color

#bbfbdd #fbbbd9

#bbfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbdd Color CSS Codes

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

#bbfbdd Text Font Color

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

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


#bbfbdd Background Color

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

This div background color is #bbfbdd


#bbfbdd Border Color

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

This div border color is #bbfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.