Color Hex Logo

#bbfd5b Color Hex

#BBFD5B
(187,253,91)
0 Favorites   0 Comments

Color spaces of #bbfd5b

RGB 18725391
HSL0.230.980.67
HSV84°64°99°
CMYK 0.260.000.64   0.01
XYZ57.507181.570722.6113
Yxy81.57070.35570.5045
Hunter Lab90.3165-44.397848.3779
CIE-Lab92.3851-44.283468.4344

#bbfd5b color RGB value is (187,253,91).

#bbfd5b hex color red value is 187, green value is 253 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbfd5b hue: 0.23 , saturation: 0.98 and the lightness value of bbfd5b is 0.67.

The process color (four color CMYK) of #bbfd5b color hex is 0.26, 0.00, 0.64, 0.01. Web safe color of #bbfd5b is #ccff66. Color #bbfd5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 01011011
Octal 273 375 133
Decimal 187 253 91
Hex BB FD 5B

RGB Percentages of Color #bbfd5b

%35.22
%47.65
%17.14

CMYK Percentages of Color #bbfd5b

%26
%0
%64
%1

Triadic Colors of #bbfd5b

#bbfd5b #5bbbfd #fd5bbb

Analogous Colors of #bbfd5b

#bbfd5b #6afd5b #fdee5b

Monochromatic Colors of #bbfd5b

#bbfd5b

Complementary Color

#bbfd5b #9d5bfd

#bbfd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd5b Color CSS Codes

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

#bbfd5b Text Font Color

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

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


#bbfd5b Background Color

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

This div background color is #bbfd5b


#bbfd5b Border Color

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

This div border color is #bbfd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd5b

Related Colors


Comments

No comments written yet.

Please login to write comment.