Color Hex Logo

#bbe7ce Color Hex

#BBE7CE
(187,231,206)
0 Favorites   0 Comments

Color spaces of #bbe7ce

RGB 187231206
HSL0.410.480.82
HSV146°19°91°
CMYK 0.190.000.11   0.09
XYZ60.210072.172969.1499
Yxy72.17290.29880.3581
Hunter Lab84.9546-22.162111.2084
CIE-Lab88.0517-19.08117.4872

#bbe7ce color RGB value is (187,231,206).

#bbe7ce hex color red value is 187, green value is 231 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbe7ce hue: 0.41 , saturation: 0.48 and the lightness value of bbe7ce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 11001110
Octal 273 347 316
Decimal 187 231 206
Hex BB E7 CE

RGB Percentages of Color #bbe7ce

%29.97
%37.02
%33.01

CMYK Percentages of Color #bbe7ce

%19
%0
%11
%9

Triadic Colors of #bbe7ce

#bbe7ce #cebbe7 #e7cebb

Analogous Colors of #bbe7ce

#bbe7ce #bbe7e4 #bee7bb

Monochromatic Colors of #bbe7ce

#bbe7ce

Complementary Color

#bbe7ce #e7bbd4

#bbe7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe7ce Color CSS Codes

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

#bbe7ce Text Font Color

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

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


#bbe7ce Background Color

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

This div background color is #bbe7ce


#bbe7ce Border Color

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

This div border color is #bbe7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe7ce


Comments

No comments written yet.

Please login to write comment.