Color Hex Logo

#bbd13f Color Hex

#BBD13F
(187,209,63)
0 Favorites   0 Comments

Color spaces of #bbd13f

RGB 18720963
HSL0.190.610.53
HSV69°70°82°
CMYK 0.110.000.70   0.18
XYZ44.191256.524613.2838
Yxy56.52460.38760.4958
Hunter Lab75.1828-26.650742.1522
CIE-Lab79.9115-26.062466.1709

#bbd13f color RGB value is (187,209,63).

#bbd13f hex color red value is 187, green value is 209 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbd13f hue: 0.19 , saturation: 0.61 and the lightness value of bbd13f is 0.53.

The process color (four color CMYK) of #bbd13f color hex is 0.11, 0.00, 0.70, 0.18. Web safe color of #bbd13f is #cccc33. Color #bbd13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00111111
Octal 273 321 77
Decimal 187 209 63
Hex BB D1 3F

RGB Percentages of Color #bbd13f

%40.74
%45.53
%13.73

CMYK Percentages of Color #bbd13f

%11
%0
%70
%18

Triadic Colors of #bbd13f

#bbd13f #3fbbd1 #d13fbb

Analogous Colors of #bbd13f

#bbd13f #72d13f #d19e3f

Monochromatic Colors of #bbd13f

#bbd13f

Complementary Color

#bbd13f #553fd1

#bbd13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd13f Color CSS Codes

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

#bbd13f Text Font Color

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

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


#bbd13f Background Color

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

This div background color is #bbd13f


#bbd13f Border Color

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

This div border color is #bbd13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd13f


Comments

No comments written yet.

Please login to write comment.