Color Hex Logo

#bbffce Color Hex

#BBFFCE
(187,255,206)
0 Favorites   0 Comments

Color spaces of #bbffce

RGB 187255206
HSL0.381.000.87
HSV137°27°100°
CMYK 0.270.000.19   0.00
XYZ67.394186.541071.5446
Yxy86.54100.29890.3838
Hunter Lab93.0274-33.482919.5210
CIE-Lab94.5432-30.619916.7173

#bbffce color RGB value is (187,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11001110
Octal 273 377 316
Decimal 187 255 206
Hex BB FF CE

RGB Percentages of Color #bbffce

%28.86
%39.35
%31.79

CMYK Percentages of Color #bbffce

%27
%0
%19
%0

Triadic Colors of #bbffce

#bbffce #cebbff #ffcebb

Analogous Colors of #bbffce

#bbffce #bbfff0 #caffbb

Monochromatic Colors of #bbffce

#bbffce

Complementary Color

#bbffce #ffbbec

#bbffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffce Color CSS Codes

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

#bbffce Text Font Color

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

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


#bbffce Background Color

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

This div background color is #bbffce


#bbffce Border Color

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

This div border color is #bbffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffce

Related Colors


Comments

No comments written yet.

Please login to write comment.