Color Hex Logo

#bbefb8 Color Hex

#BBEFB8
(187,239,184)
0 Favorites   0 Comments

Color spaces of #bbefb8

RGB 187239184
HSL0.320.630.83
HSV117°23°94°
CMYK 0.220.000.23   0.06
XYZ60.011775.758556.8073
Yxy75.75850.31160.3934
Hunter Lab87.0394-29.247122.2312
CIE-Lab89.7471-26.860621.3156

#bbefb8 color RGB value is (187,239,184).

#bbefb8 hex color red value is 187, green value is 239 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #bbefb8 hue: 0.32 , saturation: 0.63 and the lightness value of bbefb8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10111000
Octal 273 357 270
Decimal 187 239 184
Hex BB EF B8

RGB Percentages of Color #bbefb8

%30.66
%39.18
%30.16

CMYK Percentages of Color #bbefb8

%22
%0
%23
%6

Triadic Colors of #bbefb8

#bbefb8 #b8bbef #efb8bb

Analogous Colors of #bbefb8

#bbefb8 #b8efd1 #d7efb8

Monochromatic Colors of #bbefb8

#bbefb8

Complementary Color

#bbefb8 #ecb8ef

#bbefb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefb8 Color CSS Codes

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

#bbefb8 Text Font Color

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

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


#bbefb8 Background Color

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

This div background color is #bbefb8


#bbefb8 Border Color

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

This div border color is #bbefb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefb8


Comments

No comments written yet.

Please login to write comment.