Color Hex Logo

#bbfcd7 Color Hex

#BBFCD7
(187,252,215)
0 Favorites   0 Comments

Color spaces of #bbfcd7

RGB 187252215
HSL0.410.920.86
HSV146°26°99°
CMYK 0.260.000.15   0.01
XYZ67.569785.091977.1531
Yxy85.09190.29400.3703
Hunter Lab92.2453-30.677914.9821
CIE-Lab93.9227-27.558611.2179

#bbfcd7 color RGB value is (187,252,215).

#bbfcd7 hex color red value is 187, green value is 252 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bbfcd7 hue: 0.41 , saturation: 0.92 and the lightness value of bbfcd7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11010111
Octal 273 374 327
Decimal 187 252 215
Hex BB FC D7

RGB Percentages of Color #bbfcd7

%28.59
%38.53
%32.87

CMYK Percentages of Color #bbfcd7

%26
%0
%15
%1

Triadic Colors of #bbfcd7

#bbfcd7 #d7bbfc #fcd7bb

Analogous Colors of #bbfcd7

#bbfcd7 #bbfcf8 #c0fcbb

Monochromatic Colors of #bbfcd7

#bbfcd7

Complementary Color

#bbfcd7 #fcbbe0

#bbfcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcd7 Color CSS Codes

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

#bbfcd7 Text Font Color

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

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


#bbfcd7 Background Color

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

This div background color is #bbfcd7


#bbfcd7 Border Color

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

This div border color is #bbfcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcd7


Comments

No comments written yet.

Please login to write comment.