Color Hex Logo

#bbf6ce Color Hex

#BBF6CE
(187,246,206)
0 Favorites   0 Comments

Color spaces of #bbf6ce

RGB 187246206
HSL0.390.770.85
HSV139°24°96°
CMYK 0.240.000.16   0.04
XYZ64.589980.932670.6098
Yxy80.93260.29880.3745
Hunter Lab89.9625-29.277816.4383
CIE-Lab92.1017-26.368013.2684

#bbf6ce color RGB value is (187,246,206).

#bbf6ce hex color red value is 187, green value is 246 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbf6ce hue: 0.39 , saturation: 0.77 and the lightness value of bbf6ce is 0.85.

The process color (four color CMYK) of #bbf6ce color hex is 0.24, 0.00, 0.16, 0.04. Web safe color of #bbf6ce is #ccffcc. Color #bbf6ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 11001110
Octal 273 366 316
Decimal 187 246 206
Hex BB F6 CE

RGB Percentages of Color #bbf6ce

%29.26
%38.50
%32.24

CMYK Percentages of Color #bbf6ce

%24
%0
%16
%4

Triadic Colors of #bbf6ce

#bbf6ce #cebbf6 #f6cebb

Analogous Colors of #bbf6ce

#bbf6ce #bbf6ec #c6f6bb

Monochromatic Colors of #bbf6ce

#bbf6ce

Complementary Color

#bbf6ce #f6bbe3

#bbf6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf6ce Color CSS Codes

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

#bbf6ce Text Font Color

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

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


#bbf6ce Background Color

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

This div background color is #bbf6ce


#bbf6ce Border Color

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

This div border color is #bbf6ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,246,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 #bbf6ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf6ce


Comments

No comments written yet.

Please login to write comment.