Color Hex Logo

#bbff5d Color Hex

#BBFF5D
(187,255,93)
0 Favorites   0 Comments

Color spaces of #bbff5d

RGB 18725593
HSL0.241.000.68
HSV85°64°100°
CMYK 0.270.000.64   0.00
XYZ58.229382.875123.2834
Yxy82.87510.35420.5041
Hunter Lab91.0358-45.138448.5610
CIE-Lab92.9597-44.997668.2632

#bbff5d color RGB value is (187,255,93).

#bbff5d hex color red value is 187, green value is 255 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbff5d hue: 0.24 , saturation: 1.00 and the lightness value of bbff5d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 01011101
Octal 273 377 135
Decimal 187 255 93
Hex BB FF 5D

RGB Percentages of Color #bbff5d

%34.95
%47.66
%17.38

CMYK Percentages of Color #bbff5d

%27
%0
%64
%0

Triadic Colors of #bbff5d

#bbff5d #5dbbff #ff5dbb

Analogous Colors of #bbff5d

#bbff5d #6aff5d #fff25d

Monochromatic Colors of #bbff5d

#bbff5d

Complementary Color

#bbff5d #a15dff

#bbff5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff5d Color CSS Codes

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

#bbff5d Text Font Color

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

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


#bbff5d Background Color

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

This div background color is #bbff5d


#bbff5d Border Color

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

This div border color is #bbff5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff5d

Related Colors


Comments

No comments written yet.

Please login to write comment.