Color Hex Logo

#bbefbd Color Hex

#BBEFBD
(187,239,189)
0 Favorites   0 Comments

Color spaces of #bbefbd

RGB 187239189
HSL0.340.620.84
HSV122°22°94°
CMYK 0.220.000.21   0.06
XYZ60.545375.971959.6171
Yxy75.97190.30870.3873
Hunter Lab87.1619-28.541720.4600
CIE-Lab89.8463-26.020518.8747

#bbefbd color RGB value is (187,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10111101
Octal 273 357 275
Decimal 187 239 189
Hex BB EF BD

RGB Percentages of Color #bbefbd

%30.41
%38.86
%30.73

CMYK Percentages of Color #bbefbd

%22
%0
%21
%6

Triadic Colors of #bbefbd

#bbefbd #bdbbef #efbdbb

Analogous Colors of #bbefbd

#bbefbd #bbefd7 #d3efbb

Monochromatic Colors of #bbefbd

#bbefbd

Complementary Color

#bbefbd #efbbed

#bbefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefbd Color CSS Codes

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

#bbefbd Text Font Color

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

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


#bbefbd Background Color

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

This div background color is #bbefbd


#bbefbd Border Color

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

This div border color is #bbefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefbd


Comments

No comments written yet.

Please login to write comment.