Color Hex Logo

#bbf055 Color Hex

#BBF055
(187,240,85)
0 Favorites   0 Comments

Color spaces of #bbf055

RGB 18724085
HSL0.220.840.64
HSV81°65°94°
CMYK 0.220.000.65   0.06
XYZ53.293373.540819.9803
Yxy73.54080.36300.5009
Hunter Lab85.7559-39.143546.2152
CIE-Lab88.7050-39.013366.8738

#bbf055 color RGB value is (187,240,85).

#bbf055 hex color red value is 187, green value is 240 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bbf055 hue: 0.22 , saturation: 0.84 and the lightness value of bbf055 is 0.64.

The process color (four color CMYK) of #bbf055 color hex is 0.22, 0.00, 0.65, 0.06. Web safe color of #bbf055 is #ccff66. Color #bbf055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 01010101
Octal 273 360 125
Decimal 187 240 85
Hex BB F0 55

RGB Percentages of Color #bbf055

%36.52
%46.88
%16.60

CMYK Percentages of Color #bbf055

%22
%0
%65
%6

Triadic Colors of #bbf055

#bbf055 #55bbf0 #f055bb

Analogous Colors of #bbf055

#bbf055 #6ef055 #f0d855

Monochromatic Colors of #bbf055

#bbf055

Complementary Color

#bbf055 #8a55f0

#bbf055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf055 Color CSS Codes

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

#bbf055 Text Font Color

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

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


#bbf055 Background Color

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

This div background color is #bbf055


#bbf055 Border Color

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

This div border color is #bbf055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf055


Comments

No comments written yet.

Please login to write comment.