Color Hex Logo

#bbf9db Color Hex

#BBF9DB
(187,249,219)
0 Favorites   0 Comments

Color spaces of #bbf9db

RGB 187249219
HSL0.420.840.85
HSV151°25°98°
CMYK 0.250.000.12   0.02
XYZ67.155483.430679.5821
Yxy83.43060.29180.3625
Hunter Lab91.3404-28.608612.2807
CIE-Lab93.2026-25.36878.1245

#bbf9db color RGB value is (187,249,219).

#bbf9db hex color red value is 187, green value is 249 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbf9db hue: 0.42 , saturation: 0.84 and the lightness value of bbf9db is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11011011
Octal 273 371 333
Decimal 187 249 219
Hex BB F9 DB

RGB Percentages of Color #bbf9db

%28.55
%38.02
%33.44

CMYK Percentages of Color #bbf9db

%25
%0
%12
%2

Triadic Colors of #bbf9db

#bbf9db #dbbbf9 #f9dbbb

Analogous Colors of #bbf9db

#bbf9db #bbf8f9 #bbf9bc

Monochromatic Colors of #bbf9db

#bbf9db

Complementary Color

#bbf9db #f9bbd9

#bbf9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9db Color CSS Codes

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

#bbf9db Text Font Color

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

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


#bbf9db Background Color

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

This div background color is #bbf9db


#bbf9db Border Color

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

This div border color is #bbf9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9db


Comments

No comments written yet.

Please login to write comment.