Color Hex Logo

#bbfa70 Color Hex

#BBFA70
(187,250,112)
0 Favorites   0 Comments

Color spaces of #bbfa70

RGB 187250112
HSL0.240.930.71
HSV87°55°98°
CMYK 0.250.000.55   0.02
XYZ57.603880.105927.7552
Yxy80.10590.34810.4841
Hunter Lab89.5019-41.745044.2651
CIE-Lab91.7324-41.233258.9341

#bbfa70 color RGB value is (187,250,112).

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

The process color (four color CMYK) of #bbfa70 color hex is 0.25, 0.00, 0.55, 0.02. Web safe color of #bbfa70 is #ccff66. Color #bbfa70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 01110000
Octal 273 372 160
Decimal 187 250 112
Hex BB FA 70

RGB Percentages of Color #bbfa70

%34.06
%45.54
%20.40

CMYK Percentages of Color #bbfa70

%25
%0
%55
%2

Triadic Colors of #bbfa70

#bbfa70 #70bbfa #fa70bb

Analogous Colors of #bbfa70

#bbfa70 #76fa70 #faf470

Monochromatic Colors of #bbfa70

#bbfa70

Complementary Color

#bbfa70 #af70fa

#bbfa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa70 Color CSS Codes

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

#bbfa70 Text Font Color

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

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


#bbfa70 Background Color

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

This div background color is #bbfa70


#bbfa70 Border Color

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

This div border color is #bbfa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa70

Related Colors


Comments

No comments written yet.

Please login to write comment.