Color Hex Logo

#bbfe4b Color Hex

#BBFE4B
(187,254,75)
0 Favorites   0 Comments

Color spaces of #bbfe4b

RGB 18725475
HSL0.230.990.65
HSV82°70°100°
CMYK 0.260.000.70   0.00
XYZ57.205381.956419.4607
Yxy81.95640.36060.5167
Hunter Lab90.5298-45.633950.6256
CIE-Lab92.5556-45.759774.5067

#bbfe4b color RGB value is (187,254,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 01001011
Octal 273 376 113
Decimal 187 254 75
Hex BB FE 4B

RGB Percentages of Color #bbfe4b

%36.24
%49.22
%14.53

CMYK Percentages of Color #bbfe4b

%26
%0
%70
%0

Triadic Colors of #bbfe4b

#bbfe4b #4bbbfe #fe4bbb

Analogous Colors of #bbfe4b

#bbfe4b #61fe4b #fee84b

Monochromatic Colors of #bbfe4b

#bbfe4b

Complementary Color

#bbfe4b #8e4bfe

#bbfe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe4b Color CSS Codes

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

#bbfe4b Text Font Color

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

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


#bbfe4b Background Color

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

This div background color is #bbfe4b


#bbfe4b Border Color

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

This div border color is #bbfe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe4b


Comments

No comments written yet.

Please login to write comment.