Color Hex Logo

#bbf805 Color Hex

#BBF805
(187,248,5)
0 Favorites   0 Comments

Color spaces of #bbf805

RGB 1872485
HSL0.210.960.50
HSV75°98°97°
CMYK 0.250.000.98   0.03
XYZ54.088377.710612.2925
Yxy77.71060.37540.5393
Hunter Lab88.1536-44.746853.4399
CIE-Lab90.6477-45.346987.2131

#bbf805 color RGB value is (187,248,5).

#bbf805 hex color red value is 187, green value is 248 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bbf805 hue: 0.21 , saturation: 0.96 and the lightness value of bbf805 is 0.50.

The process color (four color CMYK) of #bbf805 color hex is 0.25, 0.00, 0.98, 0.03. Web safe color of #bbf805 is #ccff00. Color #bbf805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 00000101
Octal 273 370 5
Decimal 187 248 5
Hex BB F8 5

RGB Percentages of Color #bbf805

%42.50
%56.36
%1.14

CMYK Percentages of Color #bbf805

%25
%0
%98
%3

Triadic Colors of #bbf805

#bbf805 #05bbf8 #f805bb

Analogous Colors of #bbf805

#bbf805 #42f805 #f8bc05

Monochromatic Colors of #bbf805

#bbf805

Complementary Color

#bbf805 #4205f8

#bbf805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf805 Color CSS Codes

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

#bbf805 Text Font Color

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

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


#bbf805 Background Color

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

This div background color is #bbf805


#bbf805 Border Color

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

This div border color is #bbf805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf805


Comments

No comments written yet.

Please login to write comment.