Color Hex Logo

#bbdb3f Color Hex

#BBDB3F
(187,219,63)
0 Favorites   0 Comments

Color spaces of #bbdb3f

RGB 18721963
HSL0.200.680.55
HSV72°71°86°
CMYK 0.150.000.71   0.14
XYZ46.722261.586714.1275
Yxy61.58670.38160.5030
Hunter Lab78.4772-31.063344.2606
CIE-Lab82.6931-30.794368.9098

#bbdb3f color RGB value is (187,219,63).

#bbdb3f hex color red value is 187, green value is 219 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbdb3f hue: 0.20 , saturation: 0.68 and the lightness value of bbdb3f is 0.55.

The process color (four color CMYK) of #bbdb3f color hex is 0.15, 0.00, 0.71, 0.14. Web safe color of #bbdb3f is #cccc33. Color #bbdb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 00111111
Octal 273 333 77
Decimal 187 219 63
Hex BB DB 3F

RGB Percentages of Color #bbdb3f

%39.87
%46.70
%13.43

CMYK Percentages of Color #bbdb3f

%15
%0
%71
%14

Triadic Colors of #bbdb3f

#bbdb3f #3fbbdb #db3fbb

Analogous Colors of #bbdb3f

#bbdb3f #6ddb3f #dbad3f

Monochromatic Colors of #bbdb3f

#bbdb3f

Complementary Color

#bbdb3f #5f3fdb

#bbdb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb3f Color CSS Codes

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

#bbdb3f Text Font Color

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

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


#bbdb3f Background Color

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

This div background color is #bbdb3f


#bbdb3f Border Color

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

This div border color is #bbdb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb3f


Comments

No comments written yet.

Please login to write comment.