Color Hex Logo

#bbf828 Color Hex

#BBF828
(187,248,40)
0 Favorites   0 Comments

Color spaces of #bbf828

RGB 18724840
HSL0.220.940.56
HSV78°84°97°
CMYK 0.250.000.84   0.03
XYZ54.443977.852814.1651
Yxy77.85280.37170.5316
Hunter Lab88.2342-44.268652.2456
CIE-Lab90.7127-44.721182.6469

#bbf828 color RGB value is (187,248,40).

#bbf828 hex color red value is 187, green value is 248 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bbf828 hue: 0.22 , saturation: 0.94 and the lightness value of bbf828 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 00101000
Octal 273 370 50
Decimal 187 248 40
Hex BB F8 28

RGB Percentages of Color #bbf828

%39.37
%52.21
%8.42

CMYK Percentages of Color #bbf828

%25
%0
%84
%3

Triadic Colors of #bbf828

#bbf828 #28bbf8 #f828bb

Analogous Colors of #bbf828

#bbf828 #53f828 #f8cd28

Monochromatic Colors of #bbf828

#bbf828

Complementary Color

#bbf828 #6528f8

#bbf828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf828 Color CSS Codes

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

#bbf828 Text Font Color

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

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


#bbf828 Background Color

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

This div background color is #bbf828


#bbf828 Border Color

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

This div border color is #bbf828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf828


Comments

No comments written yet.

Please login to write comment.