Color Hex Logo

#bbecbd Color Hex

#BBECBD
(187,236,189)
0 Favorites   0 Comments

Color spaces of #bbecbd

RGB 187236189
HSL0.340.560.83
HSV122°21°93°
CMYK 0.210.000.20   0.07
XYZ59.674374.229859.3267
Yxy74.22980.30880.3842
Hunter Lab86.1567-27.140719.4832
CIE-Lab89.0310-24.579217.7351

#bbecbd color RGB value is (187,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10111101
Octal 273 354 275
Decimal 187 236 189
Hex BB EC BD

RGB Percentages of Color #bbecbd

%30.56
%38.56
%30.88

CMYK Percentages of Color #bbecbd

%21
%0
%20
%7

Triadic Colors of #bbecbd

#bbecbd #bdbbec #ecbdbb

Analogous Colors of #bbecbd

#bbecbd #bbecd6 #d2ecbb

Monochromatic Colors of #bbecbd

#bbecbd

Complementary Color

#bbecbd #ecbbea

#bbecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecbd Color CSS Codes

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

#bbecbd Text Font Color

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

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


#bbecbd Background Color

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

This div background color is #bbecbd


#bbecbd Border Color

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

This div border color is #bbecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecbd


Comments

No comments written yet.

Please login to write comment.