Color Hex Logo

#bbecb7 Color Hex

#BBECB7
(187,236,183)
0 Favorites   0 Comments

Color spaces of #bbecb7

RGB 187236183
HSL0.320.580.82
HSV115°22°93°
CMYK 0.210.000.22   0.07
XYZ59.036273.974655.9667
Yxy73.97460.31240.3914
Hunter Lab86.0085-27.992521.6253
CIE-Lab88.9105-25.591320.6713

#bbecb7 color RGB value is (187,236,183).

#bbecb7 hex color red value is 187, green value is 236 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bbecb7 hue: 0.32 , saturation: 0.58 and the lightness value of bbecb7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10110111
Octal 273 354 267
Decimal 187 236 183
Hex BB EC B7

RGB Percentages of Color #bbecb7

%30.86
%38.94
%30.20

CMYK Percentages of Color #bbecb7

%21
%0
%22
%7

Triadic Colors of #bbecb7

#bbecb7 #b7bbec #ecb7bb

Analogous Colors of #bbecb7

#bbecb7 #b7ecce #d6ecb7

Monochromatic Colors of #bbecb7

#bbecb7

Complementary Color

#bbecb7 #e8b7ec

#bbecb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecb7 Color CSS Codes

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

#bbecb7 Text Font Color

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

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


#bbecb7 Background Color

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

This div background color is #bbecb7


#bbecb7 Border Color

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

This div border color is #bbecb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecb7


Comments

No comments written yet.

Please login to write comment.