Color Hex Logo

#bbf984 Color Hex

#BBF984
(187,249,132)
0 Favorites   0 Comments

Color spaces of #bbf984

RGB 187249132
HSL0.250.910.75
HSV92°47°98°
CMYK 0.250.000.47   0.02
XYZ58.534179.982134.1828
Yxy79.98210.33890.4631
Hunter Lab89.4327-39.678239.9412
CIE-Lab91.6768-38.728249.7206

#bbf984 color RGB value is (187,249,132).

#bbf984 hex color red value is 187, green value is 249 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bbf984 hue: 0.25 , saturation: 0.91 and the lightness value of bbf984 is 0.75.

The process color (four color CMYK) of #bbf984 color hex is 0.25, 0.00, 0.47, 0.02. Web safe color of #bbf984 is #ccff99. Color #bbf984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10000100
Octal 273 371 204
Decimal 187 249 132
Hex BB F9 84

RGB Percentages of Color #bbf984

%32.92
%43.84
%23.24

CMYK Percentages of Color #bbf984

%25
%0
%47
%2

Triadic Colors of #bbf984

#bbf984 #84bbf9 #f984bb

Analogous Colors of #bbf984

#bbf984 #84f988 #f6f984

Monochromatic Colors of #bbf984

#bbf984

Complementary Color

#bbf984 #c284f9

#bbf984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf984 Color CSS Codes

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

#bbf984 Text Font Color

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

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


#bbf984 Background Color

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

This div background color is #bbf984


#bbf984 Border Color

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

This div border color is #bbf984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf984


Comments

No comments written yet.

Please login to write comment.