Color Hex Logo

#bbf84f Color Hex

#BBF84F
(187,248,79)
0 Favorites   0 Comments

Color spaces of #bbf84f

RGB 18724879
HSL0.230.920.64
HSV82°68°97°
CMYK 0.250.000.68   0.03
XYZ55.472278.264119.5799
Yxy78.26410.36180.5105
Hunter Lab88.4670-42.890948.8046
CIE-Lab90.9003-42.931671.4231

#bbf84f color RGB value is (187,248,79).

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

The process color (four color CMYK) of #bbf84f color hex is 0.25, 0.00, 0.68, 0.03. Web safe color of #bbf84f is #ccff66. Color #bbf84f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 01001111
Octal 273 370 117
Decimal 187 248 79
Hex BB F8 4F

RGB Percentages of Color #bbf84f

%36.38
%48.25
%15.37

CMYK Percentages of Color #bbf84f

%25
%0
%68
%3

Triadic Colors of #bbf84f

#bbf84f #4fbbf8 #f84fbb

Analogous Colors of #bbf84f

#bbf84f #67f84f #f8e14f

Monochromatic Colors of #bbf84f

#bbf84f

Complementary Color

#bbf84f #8c4ff8

#bbf84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf84f Color CSS Codes

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

#bbf84f Text Font Color

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

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


#bbf84f Background Color

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

This div background color is #bbf84f


#bbf84f Border Color

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

This div border color is #bbf84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf84f


Comments

No comments written yet.

Please login to write comment.