Color Hex Logo

#bbf985 Color Hex

#BBF985
(187,249,133)
0 Favorites   0 Comments

Color spaces of #bbf985

RGB 187249133
HSL0.260.910.75
HSV92°47°98°
CMYK 0.250.000.47   0.02
XYZ58.602880.009634.5450
Yxy80.00960.33840.4621
Hunter Lab89.4481-39.588139.7158
CIE-Lab91.6892-38.615049.2634

#bbf985 color RGB value is (187,249,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10000101
Octal 273 371 205
Decimal 187 249 133
Hex BB F9 85

RGB Percentages of Color #bbf985

%32.86
%43.76
%23.37

CMYK Percentages of Color #bbf985

%25
%0
%47
%2

Triadic Colors of #bbf985

#bbf985 #85bbf9 #f985bb

Analogous Colors of #bbf985

#bbf985 #85f989 #f5f985

Monochromatic Colors of #bbf985

#bbf985

Complementary Color

#bbf985 #c385f9

#bbf985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf985 Color CSS Codes

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

#bbf985 Text Font Color

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

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


#bbf985 Background Color

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

This div background color is #bbf985


#bbf985 Border Color

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

This div border color is #bbf985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf985


Comments

No comments written yet.

Please login to write comment.