Color Hex Logo

#bbf84b Color Hex

#BBF84B
(187,248,75)
0 Favorites   0 Comments

Color spaces of #bbf84b

RGB 18724875
HSL0.230.930.63
HSV81°70°97°
CMYK 0.250.000.70   0.03
XYZ55.330978.207618.8359
Yxy78.20760.36310.5133
Hunter Lab88.4351-43.079849.2763
CIE-Lab90.8746-43.175872.8271

#bbf84b color RGB value is (187,248,75).

#bbf84b hex color red value is 187, green value is 248 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bbf84b hue: 0.23 , saturation: 0.93 and the lightness value of bbf84b is 0.63.

The process color (four color CMYK) of #bbf84b color hex is 0.25, 0.00, 0.70, 0.03. Web safe color of #bbf84b is #ccff33. Color #bbf84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01001011
Octal 273 370 113
Decimal 187 248 75
Hex BB F8 4B

RGB Percentages of Color #bbf84b

%36.67
%48.63
%14.71

CMYK Percentages of Color #bbf84b

%25
%0
%70
%3

Triadic Colors of #bbf84b

#bbf84b #4bbbf8 #f84bbb

Analogous Colors of #bbf84b

#bbf84b #65f84b #f8df4b

Monochromatic Colors of #bbf84b

#bbf84b

Complementary Color

#bbf84b #884bf8

#bbf84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf84b Color CSS Codes

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

#bbf84b Text Font Color

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

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


#bbf84b Background Color

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

This div background color is #bbf84b


#bbf84b Border Color

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

This div border color is #bbf84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf84b


Comments

No comments written yet.

Please login to write comment.