Color Hex Logo

#bbf882 Color Hex

#BBF882
(187,248,130)
0 Favorites   0 Comments

Color spaces of #bbf882

RGB 187248130
HSL0.250.890.74
HSV91°48°97°
CMYK 0.250.000.48   0.03
XYZ58.090279.311333.3660
Yxy79.31130.34020.4644
Hunter Lab89.0569-39.417240.1263
CIE-Lab91.3750-38.505150.2915

#bbf882 color RGB value is (187,248,130).

#bbf882 hex color red value is 187, green value is 248 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bbf882 hue: 0.25 , saturation: 0.89 and the lightness value of bbf882 is 0.74.

The process color (four color CMYK) of #bbf882 color hex is 0.25, 0.00, 0.48, 0.03. Web safe color of #bbf882 is #ccff99. Color #bbf882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 10000010
Octal 273 370 202
Decimal 187 248 130
Hex BB F8 82

RGB Percentages of Color #bbf882

%33.10
%43.89
%23.01

CMYK Percentages of Color #bbf882

%25
%0
%48
%3

Triadic Colors of #bbf882

#bbf882 #82bbf8 #f882bb

Analogous Colors of #bbf882

#bbf882 #82f884 #f6f882

Monochromatic Colors of #bbf882

#bbf882

Complementary Color

#bbf882 #bf82f8

#bbf882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf882 Color CSS Codes

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

#bbf882 Text Font Color

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

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


#bbf882 Background Color

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

This div background color is #bbf882


#bbf882 Border Color

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

This div border color is #bbf882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf882


Comments

No comments written yet.

Please login to write comment.