Color Hex Logo

#bbf228 Color Hex

#BBF228
(187,242,40)
0 Favorites   0 Comments

Color spaces of #bbf228

RGB 18724240
HSL0.210.890.55
HSV76°83°95°
CMYK 0.230.000.83   0.05
XYZ52.628774.222313.5600
Yxy74.22230.37480.5286
Hunter Lab86.1524-41.724750.9747
CIE-Lab89.0274-42.124281.2053

#bbf228 color RGB value is (187,242,40).

#bbf228 hex color red value is 187, green value is 242 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bbf228 hue: 0.21 , saturation: 0.89 and the lightness value of bbf228 is 0.55.

The process color (four color CMYK) of #bbf228 color hex is 0.23, 0.00, 0.83, 0.05. Web safe color of #bbf228 is #ccff33. Color #bbf228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 00101000
Octal 273 362 50
Decimal 187 242 40
Hex BB F2 28

RGB Percentages of Color #bbf228

%39.87
%51.60
%8.53

CMYK Percentages of Color #bbf228

%23
%0
%83
%5

Triadic Colors of #bbf228

#bbf228 #28bbf2 #f228bb

Analogous Colors of #bbf228

#bbf228 #56f228 #f2c428

Monochromatic Colors of #bbf228

#bbf228

Complementary Color

#bbf228 #5f28f2

#bbf228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf228 Color CSS Codes

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

#bbf228 Text Font Color

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

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


#bbf228 Background Color

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

This div background color is #bbf228


#bbf228 Border Color

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

This div border color is #bbf228


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,242,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 #bbf228">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf228


Comments

No comments written yet.

Please login to write comment.