Color Hex Logo

#bbffcf Color Hex

#BBFFCF
(187,255,207)
0 Favorites   0 Comments

Color spaces of #bbffcf

RGB 187255207
HSL0.381.000.87
HSV138°27°100°
CMYK 0.270.000.19   0.00
XYZ67.516086.589872.1865
Yxy86.58980.29840.3826
Hunter Lab93.0536-33.331419.1432
CIE-Lab94.5640-30.440816.2347

#bbffcf color RGB value is (187,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11001111
Octal 273 377 317
Decimal 187 255 207
Hex BB FF CF

RGB Percentages of Color #bbffcf

%28.81
%39.29
%31.90

CMYK Percentages of Color #bbffcf

%27
%0
%19
%0

Triadic Colors of #bbffcf

#bbffcf #cfbbff #ffcfbb

Analogous Colors of #bbffcf

#bbffcf #bbfff1 #c9ffbb

Monochromatic Colors of #bbffcf

#bbffcf

Complementary Color

#bbffcf #ffbbeb

#bbffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffcf Color CSS Codes

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

#bbffcf Text Font Color

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

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


#bbffcf Background Color

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

This div background color is #bbffcf


#bbffcf Border Color

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

This div border color is #bbffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.