Color Hex Logo

#bbefbe Color Hex

#BBEFBE
(187,239,190)
0 Favorites   0 Comments

Color spaces of #bbefbe

RGB 187239190
HSL0.340.620.84
HSV123°22°94°
CMYK 0.220.000.21   0.06
XYZ60.654376.015560.1908
Yxy76.01550.30810.3861
Hunter Lab87.1869-28.397920.0990
CIE-Lab89.8665-25.849818.3864

#bbefbe color RGB value is (187,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10111110
Octal 273 357 276
Decimal 187 239 190
Hex BB EF BE

RGB Percentages of Color #bbefbe

%30.36
%38.80
%30.84

CMYK Percentages of Color #bbefbe

%22
%0
%21
%6

Triadic Colors of #bbefbe

#bbefbe #bebbef #efbebb

Analogous Colors of #bbefbe

#bbefbe #bbefd8 #d2efbb

Monochromatic Colors of #bbefbe

#bbefbe

Complementary Color

#bbefbe #efbbec

#bbefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefbe Color CSS Codes

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

#bbefbe Text Font Color

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

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


#bbefbe Background Color

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

This div background color is #bbefbe


#bbefbe Border Color

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

This div border color is #bbefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefbe


Comments

No comments written yet.

Please login to write comment.