Color Hex Logo

#bbdf5a Color Hex

#BBDF5A
(187,223,90)
0 Favorites   0 Comments

Color spaces of #bbdf5a

RGB 18722390
HSL0.210.680.61
HSV76°60°87°
CMYK 0.160.000.60   0.13
XYZ48.726764.078319.4730
Yxy64.07830.36840.4844
Hunter Lab80.0489-31.430641.6111
CIE-Lab84.0065-30.891059.7431

#bbdf5a color RGB value is (187,223,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 01011010
Octal 273 337 132
Decimal 187 223 90
Hex BB DF 5A

RGB Percentages of Color #bbdf5a

%37.40
%44.60
%18.00

CMYK Percentages of Color #bbdf5a

%16
%0
%60
%13

Triadic Colors of #bbdf5a

#bbdf5a #5abbdf #df5abb

Analogous Colors of #bbdf5a

#bbdf5a #79df5a #dfc15a

Monochromatic Colors of #bbdf5a

#bbdf5a

Complementary Color

#bbdf5a #7e5adf

#bbdf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf5a Color CSS Codes

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

#bbdf5a Text Font Color

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

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


#bbdf5a Background Color

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

This div background color is #bbdf5a


#bbdf5a Border Color

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

This div border color is #bbdf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf5a


Comments

No comments written yet.

Please login to write comment.