Color Hex Logo

#bbfd92 Color Hex

#BBFD92
(187,253,146)
0 Favorites   0 Comments

Color spaces of #bbfd92

RGB 187253146
HSL0.270.960.78
HSV97°42°99°
CMYK 0.260.000.42   0.01
XYZ60.807182.890739.9888
Yxy82.89070.33100.4513
Hunter Lab91.0443-40.110237.6895
CIE-Lab92.9666-38.850844.6471

#bbfd92 color RGB value is (187,253,146).

#bbfd92 hex color red value is 187, green value is 253 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbfd92 hue: 0.27 , saturation: 0.96 and the lightness value of bbfd92 is 0.78.

The process color (four color CMYK) of #bbfd92 color hex is 0.26, 0.00, 0.42, 0.01. Web safe color of #bbfd92 is #ccff99. Color #bbfd92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10010010
Octal 273 375 222
Decimal 187 253 146
Hex BB FD 92

RGB Percentages of Color #bbfd92

%31.91
%43.17
%24.91

CMYK Percentages of Color #bbfd92

%26
%0
%42
%1

Triadic Colors of #bbfd92

#bbfd92 #92bbfd #fd92bb

Analogous Colors of #bbfd92

#bbfd92 #92fd9f #f1fd92

Monochromatic Colors of #bbfd92

#bbfd92

Complementary Color

#bbfd92 #d492fd

#bbfd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd92 Color CSS Codes

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

#bbfd92 Text Font Color

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

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


#bbfd92 Background Color

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

This div background color is #bbfd92


#bbfd92 Border Color

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

This div border color is #bbfd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd92

Related Colors


Comments

No comments written yet.

Please login to write comment.