Color Hex Logo

#bbecbc Color Hex

#BBECBC
(187,236,188)
0 Favorites   0 Comments

Color spaces of #bbecbc

RGB 187236188
HSL0.340.560.83
HSV121°21°93°
CMYK 0.210.000.20   0.07
XYZ59.566174.186558.7569
Yxy74.18650.30940.3854
Hunter Lab86.1316-27.284919.8459
CIE-Lab89.0106-24.750118.2245

#bbecbc color RGB value is (187,236,188).

#bbecbc hex color red value is 187, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbecbc hue: 0.34 , saturation: 0.56 and the lightness value of bbecbc is 0.83.

The process color (four color CMYK) of #bbecbc color hex is 0.21, 0.00, 0.20, 0.07. Web safe color of #bbecbc is #ccffcc. Color #bbecbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10111100
Octal 273 354 274
Decimal 187 236 188
Hex BB EC BC

RGB Percentages of Color #bbecbc

%30.61
%38.63
%30.77

CMYK Percentages of Color #bbecbc

%21
%0
%20
%7

Triadic Colors of #bbecbc

#bbecbc #bcbbec #ecbcbb

Analogous Colors of #bbecbc

#bbecbc #bbecd5 #d3ecbb

Monochromatic Colors of #bbecbc

#bbecbc

Complementary Color

#bbecbc #ecbbeb

#bbecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecbc Color CSS Codes

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

#bbecbc Text Font Color

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

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


#bbecbc Background Color

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

This div background color is #bbecbc


#bbecbc Border Color

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

This div border color is #bbecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecbc


Comments

No comments written yet.

Please login to write comment.