Color Hex Logo

#bbdb5f Color Hex

#BBDB5F
(187,219,95)
0 Favorites   0 Comments

Color spaces of #bbdb5f

RGB 18721995
HSL0.210.630.62
HSV75°57°86°
CMYK 0.150.000.57   0.14
XYZ47.890662.054120.2800
Yxy62.05410.36780.4765
Hunter Lab78.7744-29.336939.8782
CIE-Lab82.9422-28.605456.3725

#bbdb5f color RGB value is (187,219,95).

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

The process color (four color CMYK) of #bbdb5f color hex is 0.15, 0.00, 0.57, 0.14. Web safe color of #bbdb5f is #cccc66. Color #bbdb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 01011111
Octal 273 333 137
Decimal 187 219 95
Hex BB DB 5F

RGB Percentages of Color #bbdb5f

%37.33
%43.71
%18.96

CMYK Percentages of Color #bbdb5f

%15
%0
%57
%14

Triadic Colors of #bbdb5f

#bbdb5f #5fbbdb #db5fbb

Analogous Colors of #bbdb5f

#bbdb5f #7ddb5f #dbbd5f

Monochromatic Colors of #bbdb5f

#bbdb5f

Complementary Color

#bbdb5f #7f5fdb

#bbdb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb5f Color CSS Codes

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

#bbdb5f Text Font Color

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

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


#bbdb5f Background Color

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

This div background color is #bbdb5f


#bbdb5f Border Color

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

This div border color is #bbdb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb5f


Comments

No comments written yet.

Please login to write comment.