Color Hex Logo

#bbfd4b Color Hex

#BBFD4B
(187,253,75)
0 Favorites   0 Comments

Color spaces of #bbfd4b

RGB 18725375
HSL0.230.980.64
HSV82°70°99°
CMYK 0.260.000.70   0.01
XYZ56.888881.323419.3552
Yxy81.32340.36100.5161
Hunter Lab90.1795-45.209250.4002
CIE-Lab92.2754-45.331974.2275

#bbfd4b color RGB value is (187,253,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 01001011
Octal 273 375 113
Decimal 187 253 75
Hex BB FD 4B

RGB Percentages of Color #bbfd4b

%36.31
%49.13
%14.56

CMYK Percentages of Color #bbfd4b

%26
%0
%70
%1

Triadic Colors of #bbfd4b

#bbfd4b #4bbbfd #fd4bbb

Analogous Colors of #bbfd4b

#bbfd4b #62fd4b #fde64b

Monochromatic Colors of #bbfd4b

#bbfd4b

Complementary Color

#bbfd4b #8d4bfd

#bbfd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd4b Color CSS Codes

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

#bbfd4b Text Font Color

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

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


#bbfd4b Background Color

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

This div background color is #bbfd4b


#bbfd4b Border Color

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

This div border color is #bbfd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd4b

Related Colors


Comments

No comments written yet.

Please login to write comment.