Color Hex Logo

#bbfc72 Color Hex

#BBFC72
(187,252,114)
0 Favorites   0 Comments

Color spaces of #bbfc72

RGB 187252114
HSL0.250.960.72
HSV88°55°99°
CMYK 0.260.000.55   0.01
XYZ58.341281.400528.5566
Yxy81.40050.34670.4837
Hunter Lab90.2222-42.463944.3894
CIE-Lab92.3096-41.923558.7204

#bbfc72 color RGB value is (187,252,114).

#bbfc72 hex color red value is 187, green value is 252 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbfc72 hue: 0.25 , saturation: 0.96 and the lightness value of bbfc72 is 0.72.

The process color (four color CMYK) of #bbfc72 color hex is 0.26, 0.00, 0.55, 0.01. Web safe color of #bbfc72 is #ccff66. Color #bbfc72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 01110010
Octal 273 374 162
Decimal 187 252 114
Hex BB FC 72

RGB Percentages of Color #bbfc72

%33.82
%45.57
%20.61

CMYK Percentages of Color #bbfc72

%26
%0
%55
%1

Triadic Colors of #bbfc72

#bbfc72 #72bbfc #fc72bb

Analogous Colors of #bbfc72

#bbfc72 #76fc72 #fcf872

Monochromatic Colors of #bbfc72

#bbfc72

Complementary Color

#bbfc72 #b372fc

#bbfc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc72 Color CSS Codes

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

#bbfc72 Text Font Color

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

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


#bbfc72 Background Color

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

This div background color is #bbfc72


#bbfc72 Border Color

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

This div border color is #bbfc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc72


Comments

No comments written yet.

Please login to write comment.