Color Hex Logo

#bbf773 Color Hex

#BBF773
(187,247,115)
0 Favorites   0 Comments

Color spaces of #bbf773

RGB 187247115
HSL0.240.890.71
HSV87°53°97°
CMYK 0.240.000.53   0.03
XYZ56.848878.324128.3415
Yxy78.32410.34770.4790
Hunter Lab88.5009-40.216642.9636
CIE-Lab90.9276-39.621156.6599

#bbf773 color RGB value is (187,247,115).

#bbf773 hex color red value is 187, green value is 247 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbf773 hue: 0.24 , saturation: 0.89 and the lightness value of bbf773 is 0.71.

The process color (four color CMYK) of #bbf773 color hex is 0.24, 0.00, 0.53, 0.03. Web safe color of #bbf773 is #ccff66. Color #bbf773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 01110011
Octal 273 367 163
Decimal 187 247 115
Hex BB F7 73

RGB Percentages of Color #bbf773

%34.06
%44.99
%20.95

CMYK Percentages of Color #bbf773

%24
%0
%53
%3

Triadic Colors of #bbf773

#bbf773 #73bbf7 #f773bb

Analogous Colors of #bbf773

#bbf773 #79f773 #f7f173

Monochromatic Colors of #bbf773

#bbf773

Complementary Color

#bbf773 #af73f7

#bbf773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf773 Color CSS Codes

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

#bbf773 Text Font Color

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

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


#bbf773 Background Color

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

This div background color is #bbf773


#bbf773 Border Color

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

This div border color is #bbf773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf773


Comments

No comments written yet.

Please login to write comment.