Color Hex Logo

#bbdf5b Color Hex

#BBDF5B
(187,223,91)
0 Favorites   0 Comments

Color spaces of #bbdf5b

RGB 18722391
HSL0.210.670.62
HSV76°59°87°
CMYK 0.160.000.59   0.13
XYZ48.769564.095519.6988
Yxy64.09550.36790.4835
Hunter Lab80.0597-31.368641.4534
CIE-Lab84.0155-30.812559.3247

#bbdf5b color RGB value is (187,223,91).

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

The process color (four color CMYK) of #bbdf5b color hex is 0.16, 0.00, 0.59, 0.13. Web safe color of #bbdf5b is #cccc66. Color #bbdf5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01011011
Octal 273 337 133
Decimal 187 223 91
Hex BB DF 5B

RGB Percentages of Color #bbdf5b

%37.33
%44.51
%18.16

CMYK Percentages of Color #bbdf5b

%16
%0
%59
%13

Triadic Colors of #bbdf5b

#bbdf5b #5bbbdf #df5bbb

Analogous Colors of #bbdf5b

#bbdf5b #79df5b #dfc15b

Monochromatic Colors of #bbdf5b

#bbdf5b

Complementary Color

#bbdf5b #7f5bdf

#bbdf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf5b Color CSS Codes

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

#bbdf5b Text Font Color

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

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


#bbdf5b Background Color

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

This div background color is #bbdf5b


#bbdf5b Border Color

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

This div border color is #bbdf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf5b


Comments

No comments written yet.

Please login to write comment.