Color Hex Logo

#bbf782 Color Hex

#BBF782
(187,247,130)
0 Favorites   0 Comments

Color spaces of #bbf782

RGB 187247130
HSL0.250.880.74
HSV91°47°97°
CMYK 0.240.000.47   0.03
XYZ57.783578.698033.2638
Yxy78.69800.34040.4636
Hunter Lab88.7119-38.977839.8667
CIE-Lab91.0975-38.057149.9509

#bbf782 color RGB value is (187,247,130).

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

The process color (four color CMYK) of #bbf782 color hex is 0.24, 0.00, 0.47, 0.03. Web safe color of #bbf782 is #ccff99. Color #bbf782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 10000010
Octal 273 367 202
Decimal 187 247 130
Hex BB F7 82

RGB Percentages of Color #bbf782

%33.16
%43.79
%23.05

CMYK Percentages of Color #bbf782

%24
%0
%47
%3

Triadic Colors of #bbf782

#bbf782 #82bbf7 #f782bb

Analogous Colors of #bbf782

#bbf782 #82f784 #f6f782

Monochromatic Colors of #bbf782

#bbf782

Complementary Color

#bbf782 #be82f7

#bbf782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf782 Color CSS Codes

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

#bbf782 Text Font Color

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

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


#bbf782 Background Color

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

This div background color is #bbf782


#bbf782 Border Color

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

This div border color is #bbf782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf782


Comments

No comments written yet.

Please login to write comment.