Color Hex Logo

#bbf1dc Color Hex

#BBF1DC
(187,241,220)
0 Favorites   0 Comments

Color spaces of #bbf1dc

RGB 187241220
HSL0.440.660.84
HSV157°22°95°
CMYK 0.220.000.09   0.05
XYZ64.867178.642779.4708
Yxy78.64270.29090.3527
Hunter Lab88.6807-24.62428.9441
CIE-Lab91.0724-21.30344.5357

#bbf1dc color RGB value is (187,241,220).

#bbf1dc hex color red value is 187, green value is 241 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbf1dc hue: 0.44 , saturation: 0.66 and the lightness value of bbf1dc is 0.84.

The process color (four color CMYK) of #bbf1dc color hex is 0.22, 0.00, 0.09, 0.05. Web safe color of #bbf1dc is #ccffcc. Color #bbf1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 11011100
Octal 273 361 334
Decimal 187 241 220
Hex BB F1 DC

RGB Percentages of Color #bbf1dc

%28.86
%37.19
%33.95

CMYK Percentages of Color #bbf1dc

%22
%0
%9
%5

Triadic Colors of #bbf1dc

#bbf1dc #dcbbf1 #f1dcbb

Analogous Colors of #bbf1dc

#bbf1dc #bbebf1 #bbf1c1

Monochromatic Colors of #bbf1dc

#bbf1dc

Complementary Color

#bbf1dc #f1bbd0

#bbf1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1dc Color CSS Codes

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

#bbf1dc Text Font Color

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

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


#bbf1dc Background Color

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

This div background color is #bbf1dc


#bbf1dc Border Color

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

This div border color is #bbf1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1dc


Comments

No comments written yet.

Please login to write comment.