Color Hex Logo

#bbf9da Color Hex

#BBF9DA
(187,249,218)
0 Favorites   0 Comments

Color spaces of #bbf9da

RGB 187249218
HSL0.420.840.85
HSV150°25°98°
CMYK 0.250.000.12   0.02
XYZ67.024183.378178.8907
Yxy83.37810.29230.3636
Hunter Lab91.3116-28.773612.6932
CIE-Lab93.1797-25.56048.6083

#bbf9da color RGB value is (187,249,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 11011010
Octal 273 371 332
Decimal 187 249 218
Hex BB F9 DA

RGB Percentages of Color #bbf9da

%28.59
%38.07
%33.33

CMYK Percentages of Color #bbf9da

%25
%0
%12
%2

Triadic Colors of #bbf9da

#bbf9da #dabbf9 #f9dabb

Analogous Colors of #bbf9da

#bbf9da #bbf9f9 #bbf9bb

Monochromatic Colors of #bbf9da

#bbf9da

Complementary Color

#bbf9da #f9bbda

#bbf9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf9da Color CSS Codes

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

#bbf9da Text Font Color

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

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


#bbf9da Background Color

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

This div background color is #bbf9da


#bbf9da Border Color

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

This div border color is #bbf9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf9da


Comments

No comments written yet.

Please login to write comment.