Color Hex Logo

#bbf282 Color Hex

#BBF282
(187,242,130)
0 Favorites   0 Comments

Color spaces of #bbf282

RGB 187242130
HSL0.250.810.73
HSV89°46°95°
CMYK 0.230.000.46   0.05
XYZ56.274975.680832.7609
Yxy75.68080.34160.4595
Hunter Lab86.9947-36.773238.5686
CIE-Lab89.7109-35.799348.2426

#bbf282 color RGB value is (187,242,130).

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

The process color (four color CMYK) of #bbf282 color hex is 0.23, 0.00, 0.46, 0.05. Web safe color of #bbf282 is #ccff99. Color #bbf282 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 10000010
Octal 273 362 202
Decimal 187 242 130
Hex BB F2 82

RGB Percentages of Color #bbf282

%33.45
%43.29
%23.26

CMYK Percentages of Color #bbf282

%23
%0
%46
%5

Triadic Colors of #bbf282

#bbf282 #82bbf2 #f282bb

Analogous Colors of #bbf282

#bbf282 #83f282 #f2f182

Monochromatic Colors of #bbf282

#bbf282

Complementary Color

#bbf282 #b982f2

#bbf282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf282 Color CSS Codes

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

#bbf282 Text Font Color

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

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


#bbf282 Background Color

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

This div background color is #bbf282


#bbf282 Border Color

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

This div border color is #bbf282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf282


Comments

No comments written yet.

Please login to write comment.