Color Hex Logo

#bbf077 Color Hex

#BBF077
(187,240,119)
0 Favorites   0 Comments

Color spaces of #bbf077

RGB 187240119
HSL0.240.800.70
HSV86°50°94°
CMYK 0.220.000.50   0.06
XYZ54.983474.216928.8801
Yxy74.21690.34780.4695
Hunter Lab86.1492-36.836340.4285
CIE-Lab89.0249-36.079052.5755

#bbf077 color RGB value is (187,240,119).

#bbf077 hex color red value is 187, green value is 240 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bbf077 hue: 0.24 , saturation: 0.80 and the lightness value of bbf077 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 01110111
Octal 273 360 167
Decimal 187 240 119
Hex BB F0 77

RGB Percentages of Color #bbf077

%34.25
%43.96
%21.79

CMYK Percentages of Color #bbf077

%22
%0
%50
%6

Triadic Colors of #bbf077

#bbf077 #77bbf0 #f077bb

Analogous Colors of #bbf077

#bbf077 #7ff077 #f0e977

Monochromatic Colors of #bbf077

#bbf077

Complementary Color

#bbf077 #ac77f0

#bbf077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf077 Color CSS Codes

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

#bbf077 Text Font Color

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

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


#bbf077 Background Color

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

This div background color is #bbf077


#bbf077 Border Color

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

This div border color is #bbf077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf077


Comments

No comments written yet.

Please login to write comment.