Color Hex Logo

#bbd85b Color Hex

#BBD85B
(187,216,91)
0 Favorites   0 Comments

Color spaces of #bbd85b

RGB 18721691
HSL0.210.620.60
HSV74°58°85°
CMYK 0.130.000.58   0.15
XYZ46.937760.431919.0882
Yxy60.43190.37120.4779
Hunter Lab77.7380-28.264239.8582
CIE-Lab82.0724-27.512957.1556

#bbd85b color RGB value is (187,216,91).

#bbd85b hex color red value is 187, green value is 216 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbd85b hue: 0.21 , saturation: 0.62 and the lightness value of bbd85b is 0.60.

The process color (four color CMYK) of #bbd85b color hex is 0.13, 0.00, 0.58, 0.15. Web safe color of #bbd85b is #cccc66. Color #bbd85b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01011011
Octal 273 330 133
Decimal 187 216 91
Hex BB D8 5B

RGB Percentages of Color #bbd85b

%37.85
%43.72
%18.42

CMYK Percentages of Color #bbd85b

%13
%0
%58
%15

Triadic Colors of #bbd85b

#bbd85b #5bbbd8 #d85bbb

Analogous Colors of #bbd85b

#bbd85b #7dd85b #d8b75b

Monochromatic Colors of #bbd85b

#bbd85b

Complementary Color

#bbd85b #785bd8

#bbd85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd85b Color CSS Codes

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

#bbd85b Text Font Color

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

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


#bbd85b Background Color

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

This div background color is #bbd85b


#bbd85b Border Color

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

This div border color is #bbd85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd85b


Comments

No comments written yet.

Please login to write comment.