Color Hex Logo

#bbffde Color Hex

#BBFFDE
(187,255,222)
0 Favorites   0 Comments

Color spaces of #bbffde

RGB 187255222
HSL0.421.000.87
HSV151°27°100°
CMYK 0.270.000.13   0.00
XYZ69.438387.358782.3094
Yxy87.35870.29040.3654
Hunter Lab93.4659-30.952913.2132
CIE-Lab94.8903-27.65288.9993

#bbffde color RGB value is (187,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11011110
Octal 273 377 336
Decimal 187 255 222
Hex BB FF DE

RGB Percentages of Color #bbffde

%28.16
%38.40
%33.43

CMYK Percentages of Color #bbffde

%27
%0
%13
%0

Triadic Colors of #bbffde

#bbffde #debbff #ffdebb

Analogous Colors of #bbffde

#bbffde #bbfeff #bbffbc

Monochromatic Colors of #bbffde

#bbffde

Complementary Color

#bbffde #ffbbdc

#bbffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffde Color CSS Codes

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

#bbffde Text Font Color

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

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


#bbffde Background Color

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

This div background color is #bbffde


#bbffde Border Color

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

This div border color is #bbffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffde

Related Colors

#bbffde Color Palettes


Comments

No comments written yet.

Please login to write comment.