Color Hex Logo

#bbf981 Color Hex

#BBF981
(187,249,129)
0 Favorites   0 Comments

Color spaces of #bbf981

RGB 187249129
HSL0.250.910.74
HSV91°48°98°
CMYK 0.250.000.48   0.02
XYZ58.331679.901133.1169
Yxy79.90110.34040.4663
Hunter Lab89.3874-39.944140.6050
CIE-Lab91.6405-39.062551.0857

#bbf981 color RGB value is (187,249,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10000001
Octal 273 371 201
Decimal 187 249 129
Hex BB F9 81

RGB Percentages of Color #bbf981

%33.10
%44.07
%22.83

CMYK Percentages of Color #bbf981

%25
%0
%48
%2

Triadic Colors of #bbf981

#bbf981 #81bbf9 #f981bb

Analogous Colors of #bbf981

#bbf981 #81f983 #f7f981

Monochromatic Colors of #bbf981

#bbf981

Complementary Color

#bbf981 #bf81f9

#bbf981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf981 Color CSS Codes

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

#bbf981 Text Font Color

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

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


#bbf981 Background Color

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

This div background color is #bbf981


#bbf981 Border Color

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

This div border color is #bbf981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf981


Comments

No comments written yet.

Please login to write comment.