Color Hex Logo

#bbf6dd Color Hex

#BBF6DD
(187,246,221)
0 Favorites   0 Comments

Color spaces of #bbf6dd

RGB 187246221
HSL0.430.770.85
HSV155°24°96°
CMYK 0.240.000.10   0.04
XYZ66.500481.696880.6707
Yxy81.69680.29060.3570
Hunter Lab90.3863-26.847210.3535
CIE-Lab92.4409-23.53795.9934

#bbf6dd color RGB value is (187,246,221).

#bbf6dd hex color red value is 187, green value is 246 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbf6dd hue: 0.43 , saturation: 0.77 and the lightness value of bbf6dd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 11011101
Octal 273 366 335
Decimal 187 246 221
Hex BB F6 DD

RGB Percentages of Color #bbf6dd

%28.59
%37.61
%33.79

CMYK Percentages of Color #bbf6dd

%24
%0
%10
%4

Triadic Colors of #bbf6dd

#bbf6dd #ddbbf6 #f6ddbb

Analogous Colors of #bbf6dd

#bbf6dd #bbf2f6 #bbf6c0

Monochromatic Colors of #bbf6dd

#bbf6dd

Complementary Color

#bbf6dd #f6bbd4

#bbf6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf6dd Color CSS Codes

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

#bbf6dd Text Font Color

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

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


#bbf6dd Background Color

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

This div background color is #bbf6dd


#bbf6dd Border Color

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

This div border color is #bbf6dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,246,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 #bbf6dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf6dd

#bbf6dd Color Palettes


Comments

No comments written yet.

Please login to write comment.