Color Hex Logo

#bbffd8 Color Hex

#BBFFD8
(187,255,216)
0 Favorites   0 Comments

Color spaces of #bbffd8

RGB 187255216
HSL0.401.000.87
HSV146°27°100°
CMYK 0.270.000.15   0.00
XYZ68.648287.042778.1485
Yxy87.04270.29360.3722
Hunter Lab93.2967-31.927915.6443
CIE-Lab94.7564-28.790311.8918

#bbffd8 color RGB value is (187,255,216).

#bbffd8 hex color red value is 187, green value is 255 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bbffd8 hue: 0.40 , saturation: 1.00 and the lightness value of bbffd8 is 0.87.

The process color (four color CMYK) of #bbffd8 color hex is 0.27, 0.00, 0.15, 0.00. Web safe color of #bbffd8 is #ccffcc. Color #bbffd8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11011000
Octal 273 377 330
Decimal 187 255 216
Hex BB FF D8

RGB Percentages of Color #bbffd8

%28.42
%38.75
%32.83

CMYK Percentages of Color #bbffd8

%27
%0
%15
%0

Triadic Colors of #bbffd8

#bbffd8 #d8bbff #ffd8bb

Analogous Colors of #bbffd8

#bbffd8 #bbfffa #c0ffbb

Monochromatic Colors of #bbffd8

#bbffd8

Complementary Color

#bbffd8 #ffbbe2

#bbffd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffd8 Color CSS Codes

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

#bbffd8 Text Font Color

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

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


#bbffd8 Background Color

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

This div background color is #bbffd8


#bbffd8 Border Color

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

This div border color is #bbffd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffd8

Related Colors


Comments

No comments written yet.

Please login to write comment.